Skip to content

Commit

Permalink
added release version to avoid accidental java 11 api use
Browse files Browse the repository at this point in the history
  • Loading branch information
pulguptaAdobe committed Jan 15, 2024
1 parent 7e6ac7f commit f683219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

### Eclipse ###
.DS_Store
*.pydevproject
.metadata
.gradle
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>8</release>
</configuration>
</plugin>

Expand Down

0 comments on commit f683219

Please sign in to comment.