Skip to content

Commit

Permalink
Inline ${javac.version} because otherwise JitPack somehow replaces …
Browse files Browse the repository at this point in the history
…it with `2.3.3`
  • Loading branch information
Stephan202 committed Feb 24, 2019
1 parent d7e18fb commit 63d2678
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion check_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- GPLv2 with Classpath Exception -->
<groupId>com.google.errorprone</groupId>
<artifactId>javac</artifactId>
<version>${javac.version}</version>
<version>9+181-r4173-1</version>
</dependency>
<dependency>
<!-- Apache 2.0 -->
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<!-- GPLv2 with Classpath Exception -->
<groupId>com.google.errorprone</groupId>
<artifactId>javac</artifactId>
<version>${javac.version}</version>
<version>9+181-r4173-1</version>
</dependency>
<dependency>
<!-- Apache 2.0 -->
Expand Down Expand Up @@ -437,7 +437,7 @@
<configuration>
<!-- set heap size to work around http://github.com/travis-ci/travis-ci/issues/3396 -->
<!-- put javac.jar on bootclasspath when executing tests -->
<argLine>-Xmx1g -Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${javac.version}/javac-${javac.version}.jar</argLine>
<argLine>-Xmx1g -Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1.jar</argLine>
</configuration>
</plugin>
</plugins>
Expand Down
3 changes: 1 addition & 2 deletions examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javac.version>9+181-r4173-1</javac.version>
</properties>

<build>
Expand Down Expand Up @@ -68,7 +67,7 @@
<configuration>
<fork>true</fork>
<compilerArgs combine.children="append">
<arg>-J-Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${javac.version}/javac-${javac.version}.jar</arg>
<arg>-J-Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1.jar</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<guava.version>27.0.1-jre</guava.version>
<gwt.version>2.8.2</gwt.version>
<truth.version>0.36</truth.version>
<javac.version>9+181-r4173-1</javac.version>
<autovalue.version>1.5.3</autovalue.version>
<junit.version>4.13-beta-1</junit.version>
<dataflow.version>2.5.3</dataflow.version>
Expand Down
2 changes: 1 addition & 1 deletion refaster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!-- GPLv2 with Classpath Exception -->
<groupId>com.google.errorprone</groupId>
<artifactId>javac</artifactId>
<version>${javac.version}</version>
<version>9+181-r4173-1</version>
</dependency>
<dependency>
<!-- Apache 2.0 -->
Expand Down
4 changes: 2 additions & 2 deletions test_helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<!-- GPLv2 with Classpath Exception -->
<groupId>com.google.errorprone</groupId>
<artifactId>javac</artifactId>
<version>${javac.version}</version>
<version>9+181-r4173-1</version>
</dependency>
<dependency>
<!-- Apache 2.0 -->
Expand Down Expand Up @@ -178,7 +178,7 @@
<configuration>
<!-- set heap size to work around http://github.com/travis-ci/travis-ci/issues/3396 -->
<!-- put javac.jar on bootclasspath when executing tests -->
<argLine>-Xmx1g -Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${javac.version}/javac-${javac.version}.jar</argLine>
<argLine>-Xmx1g -Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1.jar</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 63d2678

Please sign in to comment.