Skip to content

Commit d3f5135

Browse files
committed
bump to java 1.8
1 parent 3a38e8c commit d3f5135

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ uses a ThreadLocal wrapper for each job containing a HashMap for job key-value p
2121
* [x] or define jobs and triggers programmatically
2222
* [x] Cron Triggers
2323
* [x] Simple Triggers
24-
* [x] Java 7 and up
24+
* [x] Java 8 and up
2525
* [x] Depends only on slf4j
2626

2727
## Create a Job Class

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
<artifactId>maven-compiler-plugin</artifactId>
130130
<version>3.10.1</version>
131131
<configuration>
132-
<source>1.7</source>
133-
<target>1.7</target>
132+
<source>1.8</source>
133+
<target>1.8</target>
134134
<showDeprecation>true</showDeprecation>
135135
<showWarnings>true</showWarnings>
136136
</configuration>

0 commit comments

Comments
 (0)