2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 19:08:12 -07:00

Added and tested Oracle support

This commit is contained in:
Geert Bevin 2022-10-24 12:24:15 -04:00
parent b941429fa7
commit d95660d754
20 changed files with 4390 additions and 31 deletions

View file

@ -21,4 +21,8 @@ dependencies {
runtimeOnly("org.slf4j:slf4j-simple:2.0.3")
runtimeOnly("org.eclipse.jetty:jetty-server:11.0.12")
runtimeOnly("org.eclipse.jetty:jetty-servlet:11.0.12")
}
tasks.test {
enabled = false
}