mirror of
https://bitbucket.org/projectswg/pswgcommon.git
synced 2026-01-16 23:04:32 -05:00
Updated pswgcommon to use Java 11
This commit is contained in:
@@ -2,15 +2,15 @@ plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
sourceCompatibility = 9
|
||||
targetCompatibility = 9
|
||||
sourceCompatibility = 11
|
||||
targetCompatibility = 11
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile group: 'me.joshlarson', name: 'jlcommon', version: '1.7.11'
|
||||
compile group: 'me.joshlarson', name: 'jlcommon', version: '1.7.14'
|
||||
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.59'
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user