@@ -110,13 +110,13 @@ configure(allprojects) { project ->
110
110
" -Xlint:-deprecation" , " -Xlint:-unchecked" ]
111
111
112
112
compileJava {
113
- sourceCompatibility = 1.8 // can be switched to 10 for testing
113
+ sourceCompatibility = 1.8
114
114
targetCompatibility = 1.8
115
115
options. encoding = " UTF-8"
116
116
}
117
117
118
118
compileTestJava {
119
- sourceCompatibility = 1.8 // can be switched to 10 for testing
119
+ sourceCompatibility = 1.8
120
120
targetCompatibility = 1.8
121
121
options. encoding = " UTF-8"
122
122
options. compilerArgs + = " -parameters"
@@ -179,7 +179,7 @@ configure(allprojects) { project ->
179
179
" https://docs.oracle.com/javase/8/docs/api/" ,
180
180
" https://docs.oracle.com/javaee/7/api/" ,
181
181
" https://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/" , // CommonJ
182
- " https://pic.dhe. ibm.com/infocenter/wasinfo/v7r0/topic /com.ibm.websphere.javadoc.doc/web/apidocs/" ,
182
+ " https://www. ibm.com/support/knowledgecenter/SS7JFU_8.5.5 /com.ibm.websphere.javadoc.doc/web/apidocs/" ,
183
183
" https://glassfish.java.net/nonav/docs/v3/api/" ,
184
184
" https://docs.jboss.org/jbossas/javadoc/4.0.5/connector/" ,
185
185
" https://docs.jboss.org/jbossas/javadoc/7.1.2.Final/" ,
0 commit comments