File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ subprojects {
4444 mitLicense()
4545
4646 javaVersions {
47- testWith(8 , 11 , 17 )
47+ target(11 )
48+ testWith(11 , 17 , 21 )
4849 }
4950
5051 configurePublications {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 alias(libs.plugins.indra.publishing)
33}
44
5- description = " An implementation of the resolver Downloader based on the JDK 11 HTTP Client"
5+ description = " An implementation of the resolver Downloader based on the Apache HTTP Client"
66
77dependencies {
88 api(project(" :vanillagradle-resolver-core" ))
Original file line number Diff line number Diff line change @@ -2,13 +2,7 @@ plugins {
22 alias(libs.plugins.indra.publishing)
33}
44
5- description = " An implementation of the resolver Downloader based on the JDK 11 HTTP Client"
6-
7- indra {
8- javaVersions {
9- target(11 )
10- }
11- }
5+ description = " An implementation of the resolver Downloader based on the JDK HTTP Client"
126
137dependencies {
148 api(project(" :vanillagradle-resolver-core" ))
You can’t perform that action at this time.
0 commit comments