Skip to content

Commit

Permalink
Merge pull request #16 from ekino/move-to-gradle-6.2
Browse files Browse the repository at this point in the history
Move to gradle 6.2
  • Loading branch information
leomillon committed Feb 17, 2020
2 parents a5bb658 + 6a26b7f commit 71773e5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
7 changes: 0 additions & 7 deletions jcv-assertj/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ tasks {
}
}

val version: String by project
if (version.endsWith("-SNAPSHOT")) {
withType<GenerateModuleMetadata>().configureEach {
enabled = false
}
}

artifacts {
archives(jar)
archives(sourcesJar)
Expand Down
7 changes: 0 additions & 7 deletions jcv-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ tasks {
}
}

val version: String by project
if (version.endsWith("-SNAPSHOT")) {
withType<GenerateModuleMetadata>().configureEach {
enabled = false
}
}

artifacts {
archives(jar)
archives(sourcesJar)
Expand Down
7 changes: 0 additions & 7 deletions jcv-hamcrest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ tasks {
}
}

val version: String by project
if (version.endsWith("-SNAPSHOT")) {
withType<GenerateModuleMetadata>().configureEach {
enabled = false
}
}

artifacts {
archives(jar)
archives(sourcesJar)
Expand Down

0 comments on commit 71773e5

Please sign in to comment.