We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363a9da commit de42702Copy full SHA for de42702
1 file changed
tls/build.gradle
@@ -18,6 +18,12 @@ sourceSets {
18
}
19
20
21
+ java25 {
22
+ java {
23
+ srcDirs = ['src/main/jdk25']
24
+ }
25
26
+
27
test11 {
28
java {
29
compileClasspath += main.output + test.output
@@ -128,6 +134,9 @@ task sourcesJar(type: Jar) {
128
134
into('META-INF/versions/9') {
129
135
from sourceSets.java9.allSource
130
136
137
+ into('META-INF/versions/25') {
138
+ from sourceSets.java25.allSource
139
131
140
132
141
133
142
jar {
0 commit comments