-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
58 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,3 +56,5 @@ cache: | |
directories: | ||
- $HOME/.gradle/caches/ | ||
- $HOME/.gradle/wrapper/ | ||
notifications: | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog of _Gradle Golang Plugin_ # | ||
|
||
## 0.4.0 (next version) | ||
|
||
* The `fmt` task added to the life-cycle ([#]) | ||
* The `vet` task added to the life-cycle ([#]) | ||
* Code refactoring ([#]) | ||
|
||
## 0.3.3 ## | ||
|
||
* Fix optional `dep` task in multi-module build | ||
([#7](https://github.com/sw-samuraj/gradle-godep-plugin/pull/7)) | ||
* CHANGELOG.md added | ||
([#6](https://github.com/sw-samuraj/gradle-godep-plugin/pull/6)) | ||
|
||
## 0.3.2 ## | ||
|
||
**No new features.** This release has been created via automated _Travis CI_ deployment. | ||
([#5](https://github.com/sw-samuraj/gradle-godep-plugin/pull/5)) | ||
* Publishing to _Gradle Plugin Portal_. | ||
* Creating of the _GitHub_ release. | ||
|
||
## 0.3.0 ## | ||
|
||
The `dep` task could be optional via configuration. | ||
([#2](https://github.com/sw-samuraj/gradle-godep-plugin/pull/2)) | ||
|
||
## 0.2.1 ## | ||
|
||
Supports three basic Gradle tasks, chained in following order: | ||
|
||
* dep | ||
* test | ||
* build | ||
|
||
## 0.1.0 ## | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
plugins { | ||
id 'cz.swsamuraj.godep' version '0.3.2' | ||
id 'cz.swsamuraj.godep' version '0.3.3' | ||
} | ||
/* | ||
buildscript { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters