Update Gradle to 8.14.5 and lys-catalog to 2026.06.08
This commit is contained in:
+10
-10
@@ -12,17 +12,17 @@ import net.woggioni.gradle.envelope.EnvelopePlugin
|
||||
|
||||
|
||||
configurations {
|
||||
testImplementation {
|
||||
attributes {
|
||||
attribute(LIBRARY_ELEMENTS_ATTRIBUTE, project.objects.named(LibraryElements.class, JAR))
|
||||
}
|
||||
}
|
||||
// testImplementation {
|
||||
// attributes {
|
||||
// attribute(LIBRARY_ELEMENTS_ATTRIBUTE, project.objects.named(LibraryElements.class, JAR))
|
||||
// }
|
||||
// }
|
||||
|
||||
testRuntimeClasspath {
|
||||
attributes {
|
||||
attribute(LIBRARY_ELEMENTS_ATTRIBUTE, project.objects.named(LibraryElements.class, JAR))
|
||||
}
|
||||
}
|
||||
// testRuntimeClasspath {
|
||||
// attributes {
|
||||
// attribute(LIBRARY_ELEMENTS_ATTRIBUTE, project.objects.named(LibraryElements.class, JAR))
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
Reference in New Issue
Block a user