updated third party library dependencies
CI / Build and Test (push) Failing after 1m34s

This commit is contained in:
2026-06-19 23:12:09 +08:00
parent 3f2666fe7e
commit b89c188bb5
8 changed files with 56 additions and 59 deletions
-18
View File
@@ -4,27 +4,9 @@ plugins {
alias(catalog.plugins.envelope)
}
import org.gradle.api.attributes.LibraryElements
import static org.gradle.api.attributes.LibraryElements.LIBRARY_ELEMENTS_ATTRIBUTE
import static org.gradle.api.attributes.LibraryElements.JAR
import net.woggioni.gradle.envelope.EnvelopeJarTask
import net.woggioni.gradle.envelope.EnvelopePlugin
configurations {
testImplementation {
attributes {
attribute(LIBRARY_ELEMENTS_ATTRIBUTE, project.objects.named(LibraryElements.class, JAR))
}
}
testRuntimeClasspath {
attributes {
attribute(LIBRARY_ELEMENTS_ATTRIBUTE, project.objects.named(LibraryElements.class, JAR))
}
}
}
java {
modularity.inferModulePath = true
}