Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
gluck committed Jan 2, 2019
1 parent 29e32d2 commit 5050191
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# gradle-nuget-plugin changelog

## 2.18
### Changed
* built with gradle 4.7 (above won't work till we migrate out of plugindev)

### Fixed
* Project configuration fails without nugetSources section in build.gradle ([#66](https://github.com/Ullink/gradle-nuget-plugin/pull/66))

## 2.17
### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'nu.studer.plugindev' version '1.0.3'
id "com.jfrog.bintray" version "1.2"
id "com.jfrog.bintray" version "1.8.0"
id 'net.researchgate.release' version '2.6.0'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip

0 comments on commit 5050191

Please sign in to comment.