We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ec95a commit 572d1a8Copy full SHA for 572d1a8
build.gradle
@@ -1,5 +1,5 @@
1
// Just too many sub projects, so each can reference rootProject.version
2
-version = '1.2.0-RC'
+version = '1.2.0'
3
4
buildscript {
5
ext {
@@ -126,6 +126,6 @@ configure(subprojects.findAll { projectNamesToPublish.contains(it.name) }) {
126
}
127
128
task wrapper(type: Wrapper) {
129
- gradleVersion = '4.1'
+ gradleVersion = '4.3'
130
distributionType = org.gradle.api.tasks.wrapper.Wrapper.DistributionType.ALL
131
0 commit comments