mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
java 11
This commit is contained in:
parent
61203972a5
commit
1604c410d1
@ -213,7 +213,7 @@ subprojects {
|
||||
links 'https://commons.apache.org/proper/commons-compress/apidocs/'
|
||||
use = true
|
||||
splitIndex = true
|
||||
source = "1.11"
|
||||
source = "11"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -219,7 +219,7 @@ javadoc {
|
||||
if (jdkVersion >= 23) links 'https://docs.oracle.com/en/java/javase/23/docs/api/' else links 'https://docs.oracle.com/javase/8/docs/api/'
|
||||
use = true
|
||||
splitIndex = true
|
||||
source = "1.11"
|
||||
source = "11"
|
||||
classpath += configurations.javadocs.files
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user