Commit 6838220
authored
feat: google-java-format version as a property (#997)
Once we declare this version as a property, then the hermetic
build script can use the property value to determine the version
of the google-java-format to download when it builds the container
image.
```
$ JAVA_FORMAT_VERSION=$(mvn -pl java-shared-config help:evaluate -Dexpression='google-java-format.version' -q -DforceStdout)
$ echo $JAVA_FORMAT_VERSION
1.7
```
This uses https://maven.apache.org/plugins/maven-help-plugin/evaluate-mojo.html1 parent f4daddb commit 6838220
1 file changed
Lines changed: 2 additions & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
182 | | - | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| |||
0 commit comments