This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
use Java8 in POMs as well
master
Stefan Bodewig
9 years ago
parent
5024dcf97b
commit
a2eb305521
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/etc/poms/pom.xml
+ 2
- 2
src/etc/poms/pom.xml
View File
@@ -123,8 +123,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.
5
</source>
<target>1.
5
</target>
<source>1.
8
</source>
<target>1.
8
</target>
</configuration>
</plugin>
<plugin>
Write
Preview
Loading…
Cancel
Save