Update Gradle to 8.14.5 and lys-catalog to 2026.06.08

This commit is contained in:
2026-06-16 22:23:09 +08:00
parent 3f2666fe7e
commit 8396914710
7 changed files with 35 additions and 44 deletions
+10 -10
View File
@@ -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 {