Skip to content

Commit

Permalink
bump to java 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed Apr 18, 2024
1 parent 3a38e8c commit d3f5135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ uses a ThreadLocal wrapper for each job containing a HashMap for job key-value p
* [x] or define jobs and triggers programmatically
* [x] Cron Triggers
* [x] Simple Triggers
* [x] Java 7 and up
* [x] Java 8 and up
* [x] Depends only on slf4j

## Create a Job Class
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -129,8 +129,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
Expand Down

0 comments on commit d3f5135

Please sign in to comment.