More build fixes
This commit is contained in:
14
springloaded-java8/build.gradle
Normal file
14
springloaded-java8/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
dependencies {
|
||||
compile 'org.ow2.asm:asm:5.0_BETA'
|
||||
compile 'org.ow2.asm:asm-tree:5.0_BETA'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDir 'src'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user