Skip to content

Commit cfe23d9

Browse files
committed
Add ability to read compiler arguments in JctCompilation result
1 parent 47adff2 commit cfe23d9

File tree

28 files changed

+294
-56
lines changed

28 files changed

+294
-56
lines changed

acceptance-tests/acceptance-tests-avaje-inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>acceptance-tests</artifactId>
25-
<version>0.4.1-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

acceptance-tests/acceptance-tests-avaje-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>acceptance-tests</artifactId>
25-
<version>0.4.1-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

acceptance-tests/acceptance-tests-checkerframework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>acceptance-tests</artifactId>
25-
<version>0.4.1-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

acceptance-tests/acceptance-tests-dagger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>acceptance-tests</artifactId>
25-
<version>0.4.1-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

acceptance-tests/acceptance-tests-dogfood/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>acceptance-tests</artifactId>
25-
<version>0.4.1-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

acceptance-tests/acceptance-tests-error-prone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>acceptance-tests</artifactId>
25-
<version>0.4.1-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

acceptance-tests/acceptance-tests-google-auto-factory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>acceptance-tests</artifactId>
25-
<version>0.4.1-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

acceptance-tests/acceptance-tests-google-auto-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>acceptance-tests</artifactId>
25-
<version>0.4.1-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

acceptance-tests/acceptance-tests-google-auto-value/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>acceptance-tests</artifactId>
25-
<version>0.4.1-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

acceptance-tests/acceptance-tests-immutables/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>acceptance-tests</artifactId>
25-
<version>0.4.1-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)