mirror of
https://github.com/ethauvin/rife2.git
synced 2025-04-30 10:38:12 -07:00
Updated version to 1.5.14
This commit is contained in:
parent
29a2406f75
commit
daf41a1b65
3 changed files with 3 additions and 3 deletions
|
@ -123,7 +123,7 @@ application {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.uwyn.rife2:rife2:1.5.13")
|
||||
implementation("com.uwyn.rife2:rife2:1.5.14")
|
||||
runtimeOnly("org.eclipse.jetty:jetty-server:11.0.14")
|
||||
runtimeOnly("org.eclipse.jetty:jetty-servlet:11.0.14")
|
||||
implementation("org.slf4j:slf4j-simple:2.0.7")
|
||||
|
|
|
@ -12,7 +12,7 @@ plugins {
|
|||
signing
|
||||
}
|
||||
|
||||
val rifeVersion by rootProject.extra { "1.5.14-SNAPSHOT" }
|
||||
val rifeVersion by rootProject.extra { "1.5.14" }
|
||||
var rifeAgentName = "rife2-$rifeVersion-agent"
|
||||
val rifeAgentJar by rootProject.extra { "$rifeAgentName.jar" }
|
||||
var rifeAgentContinuationsName = "rife2-$rifeVersion-agent-continuations"
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.5.14-SNAPSHOT
|
||||
1.5.14
|
Loading…
Add table
Add a link
Reference in a new issue