Browse Source

依赖

master
richie 4 years ago
parent
commit
6d5cb20674
  1. 11
      build.gradle

11
build.gradle

@ -29,8 +29,11 @@ static def isWindows() {
return org.gradle.internal.os.OperatingSystem.current().isWindows()
}
allprojects {
apply plugin: 'java'
dependencies {
implementation files("${System.getProperty('java.home')}/../lib/tools.jar")
implementation 'com.fr.third:fine-third:' + fineVersion
implementation 'com.fr.activator:fine-activator:' + fineVersion
implementation 'com.fr.core:fine-core:' + fineVersion
@ -58,4 +61,10 @@ dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'org.easymock:easymock:3.5.1'
}
}
dependencies {
implementation files("${System.getProperty('java.home')}/../lib/tools.jar")
}
sourceCompatibility = '1.8'

Loading…
Cancel
Save