File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ plugins:
66 - - "@google/semantic-release-replace-plugin"
77 - replacements:
88 - files:
9- - "./gradle.properties "
10- from: "version= .*"
11- to: "version= ${nextRelease.version}"
9+ - "./build.gradle "
10+ from: "version = .*"
11+ to: "version = ${nextRelease.version}"
1212 - - "@semantic-release/exec"
1313 - prepareCmd: "./gradlew build --warn --stacktrace"
1414 publishCmd: "./gradlew publish --warn --stacktrace"
1515 - - "@semantic-release/git"
1616 - assets:
17- - "./gradle.properties "
17+ - "./build.gradle "
1818 - "@semantic-release/github"
1919options:
2020 debug: true
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ apply plugin: 'com.github.sherter.google-java-format'
2828
2929group = ' com.google.maps'
3030sourceCompatibility = 1.8
31+ version = ' 0.18.1'
3132
3233repositories {
3334 mavenCentral()
@@ -162,12 +163,6 @@ publishing {
162163 version version
163164 from components. java
164165 }
165- gpr(MavenPublication ) {
166- groupId group
167- artifactId project. ext. artifactId
168- version version
169- from(components. java)
170- }
171166 }
172167 repositories {
173168 maven {
Original file line number Diff line number Diff line change 1- version =0.18.1
2-
31# variables required to allow build.gradle to parse,
42# override in ~/.gradle/gradle.properties
53signing.keyId =
You can’t perform that action at this time.
0 commit comments