updated lys version
This commit is contained in:
@@ -130,7 +130,6 @@ tasks.named('deploy2Wildfly', Deploy2WildflyTask) { d2w ->
|
||||
}
|
||||
|
||||
|
||||
File warPath = tasks.named("war", War).get().archiveFile.get().getAsFile()
|
||||
tasks.named("test", Test) {
|
||||
jvmArgs = [
|
||||
'--add-opens', 'java.naming/javax.naming.spi=ALL-UNNAMED',
|
||||
|
@@ -1,6 +1,6 @@
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
|
||||
jpacrepo.version=2024.03.01
|
||||
jpacrepo.version=2024.03.11
|
||||
|
||||
lys.version=2024.03.01
|
||||
lys.version=2024.03.11
|
||||
|
@@ -9,6 +9,6 @@
|
||||
},
|
||||
"verify-token-audience": true,
|
||||
"confidential-port": 443,
|
||||
"token-signature-algorithm": "ES512",
|
||||
"token-signature-algorithm": "RS256",
|
||||
"use-resource-role-mappings": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user