mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-27 01:01:53 +08:00
++++1
This commit is contained in:
+1
-9
@@ -1,9 +1,3 @@
|
||||
/*
|
||||
* This file was generated by the Gradle 'init' task.
|
||||
*
|
||||
* This project uses @Incubating APIs which are subject to change.
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'maven-publish'
|
||||
@@ -36,9 +30,7 @@ dependencies {
|
||||
api libs.io.projectreactor.reactor.core
|
||||
api libs.com.ibm.websphere.appserver.api.com.ibm.websphere.appserver.api.wsoc
|
||||
api libs.org.glassfish.tyrus.tyrus.server
|
||||
// api libs.javax.media.jai.jai.core
|
||||
api libs.org.javassist.javassist
|
||||
// api libs.com.oracle.weblogic.weblogic.server
|
||||
api libs.xerces.xercesimpl
|
||||
api libs.com.fasterxml.jackson.core.jackson.databind
|
||||
api libs.com.teradata.jdbc.terajdbc
|
||||
@@ -127,5 +119,5 @@ tasks.withType(Javadoc) {
|
||||
compileJava {
|
||||
options.compilerArgs << '-XDignore.symbol.file'
|
||||
options.fork = true
|
||||
options.forkOptions.executable = '/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/bin/javac'
|
||||
options.forkOptions.executable = 'C:\\env\\JAVA\\corretto_jdk1.8.0_412\\bin\\javac.exe'
|
||||
}
|
||||
Reference in New Issue
Block a user