mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Drop support for Java 6.
This commit is contained in:
parent
c9f54ecb01
commit
5b38f460d4
@ -7,7 +7,6 @@ script: ./gradlew build -s
|
|||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
- oraclejdk7
|
- oraclejdk7
|
||||||
- openjdk6
|
|
||||||
# Caching for Gradle files, prevents hitting Maven too much.
|
# Caching for Gradle files, prevents hitting Maven too much.
|
||||||
before_cache:
|
before_cache:
|
||||||
- find $HOME/.gradle/ -name '*.lock' -print -exec rm -f {} \;
|
- find $HOME/.gradle/ -name '*.lock' -print -exec rm -f {} \;
|
||||||
|
@ -61,8 +61,8 @@ subprojects {
|
|||||||
version = '6.1.1-SNAPSHOT'
|
version = '6.1.1-SNAPSHOT'
|
||||||
ext.internalVersion = version + ";" + gitCommitHash
|
ext.internalVersion = version + ";" + gitCommitHash
|
||||||
|
|
||||||
sourceCompatibility = 1.6
|
sourceCompatibility = 1.7
|
||||||
targetCompatibility = 1.6
|
targetCompatibility = 1.7
|
||||||
|
|
||||||
checkstyle.configFile = new File(rootProject.projectDir, "config/checkstyle/checkstyle.xml")
|
checkstyle.configFile = new File(rootProject.projectDir, "config/checkstyle/checkstyle.xml")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user