Skip to content

Commit ae9c131

Browse files
committed
ci: remove 'optimize' option from compiler configuration
1 parent eeeae06 commit ae9c131

File tree

6 files changed

+0
-6
lines changed
  • examples
    • generic-request-processing
    • http-api-using-request-handlers-and-processors
    • multiple-bundles-lib
    • multiple-bundles
    • operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data
    • predicate-fields

6 files changed

+0
-6
lines changed

examples/generic-request-processing/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<artifactId>maven-compiler-plugin</artifactId>
4646
<version>3.12.1</version>
4747
<configuration>
48-
<optimize>true</optimize>
4948
<showDeprecation>true</showDeprecation>
5049
<showWarnings>true</showWarnings>
5150
<release>11</release>

examples/http-api-using-request-handlers-and-processors/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<artifactId>maven-compiler-plugin</artifactId>
4646
<version>3.12.1</version>
4747
<configuration>
48-
<optimize>true</optimize>
4948
<showDeprecation>true</showDeprecation>
5049
<showWarnings>true</showWarnings>
5150
<release>11</release>

examples/multiple-bundles-lib/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<artifactId>maven-compiler-plugin</artifactId>
6161
<version>3.12.1</version>
6262
<configuration>
63-
<optimize>true</optimize>
6463
<showDeprecation>true</showDeprecation>
6564
<showWarnings>true</showWarnings>
6665
<release>${jdk.version}</release>

examples/multiple-bundles/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
<artifactId>maven-compiler-plugin</artifactId>
126126
<version>3.12.1</version>
127127
<configuration>
128-
<optimize>true</optimize>
129128
<showDeprecation>true</showDeprecation>
130129
<showWarnings>true</showWarnings>
131130
<release>${jdk.version}</release>

examples/operations/monitoring/album-recommendation-monitoring/album-recommendation-random-data/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<artifactId>maven-compiler-plugin</artifactId>
4343
<version>3.12.1</version>
4444
<configuration>
45-
<optimize>true</optimize>
4645
<showDeprecation>true</showDeprecation>
4746
<showWarnings>true</showWarnings>
4847
<release>11</release>

examples/predicate-fields/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<artifactId>maven-compiler-plugin</artifactId>
4343
<version>3.12.1</version>
4444
<configuration>
45-
<optimize>true</optimize>
4645
<showDeprecation>true</showDeprecation>
4746
<showWarnings>true</showWarnings>
4847
<release>11</release>

0 commit comments

Comments
 (0)