aboutsummaryrefslogtreecommitdiff
path: root/value/src
diff options
context:
space:
mode:
authorÉamonn McManus <emcmanus@google.com>2021-12-07 14:29:36 -0800
committerGoogle Java Core Libraries <java-libraries-firehose+copybara@google.com>2021-12-07 14:30:18 -0800
commit8a1d7263784327db25dd0ea943b1541a751416a5 (patch)
tree3ca83c344ac86738525f05519658df259e452889 /value/src
parenta74508b7eac6254f8e00cf5d3634a10c690e058d (diff)
downloadauto-8a1d7263784327db25dd0ea943b1541a751416a5.tar.gz
Remove references to obsolete `AutoBuilderIsUnstable` option.
RELNOTES=n/a PiperOrigin-RevId: 414827073
Diffstat (limited to 'value/src')
-rw-r--r--value/src/it/functional/pom.xml1
-rw-r--r--value/src/it/functional/src/test/java/com/google/auto/value/CompileWithEclipseTest.java3
2 files changed, 1 insertions, 3 deletions
diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml
index 8311389a..18f3718b 100644
--- a/value/src/it/functional/pom.xml
+++ b/value/src/it/functional/pom.xml
@@ -176,7 +176,6 @@
<arg>-Xlint:all</arg>
<arg>-encoding</arg>
<arg>utf8</arg>
- <arg>-Acom.google.auto.value.AutoBuilderIsUnstable</arg>
</compilerArgs>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
diff --git a/value/src/it/functional/src/test/java/com/google/auto/value/CompileWithEclipseTest.java b/value/src/it/functional/src/test/java/com/google/auto/value/CompileWithEclipseTest.java
index ca10fb45..5f08a725 100644
--- a/value/src/it/functional/src/test/java/com/google/auto/value/CompileWithEclipseTest.java
+++ b/value/src/it/functional/src/test/java/com/google/auto/value/CompileWithEclipseTest.java
@@ -127,8 +127,7 @@ public class CompileWithEclipseTest {
version,
"-target",
version,
- "-warn:-warningToken,-intfAnnotation",
- "-Acom.google.auto.value.AutoBuilderIsUnstable");
+ "-warn:-warningToken,-intfAnnotation");
JavaCompiler.CompilationTask task =
compiler.getTask(null, fileManager, null, options, null, sourceFileObjects);
// Explicitly supply an empty list of extensions for AutoValueProcessor, because otherwise this