We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4490c commit 0e6cc14Copy full SHA for 0e6cc14
build.gradle
@@ -25,7 +25,7 @@ allprojects {
25
apply plugin: 'java'
26
apply plugin: 'maven'
27
group = 'com.google.cloud.buildartifacts'
28
- version = '1.0.1-SNAPSHOT'
+ version = '1.1.0'
29
sourceCompatibility = 1.8
30
targetCompatibility = 1.8
31
tasks.withType(JavaCompile) {
0 commit comments