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

Updated version to 1.5.14-SNAPSHOT

This commit is contained in:
Geert Bevin 2023-04-02 22:46:00 -04:00
parent d8c4380f6e
commit cbd0eb62a6
2 changed files with 7 additions and 6 deletions

View file

@ -12,7 +12,7 @@ plugins {
signing signing
} }
val rifeVersion by rootProject.extra { "1.5.13" } val rifeVersion by rootProject.extra { "1.5.14-SNAPSHOT" }
var rifeAgentName = "rife2-$rifeVersion-agent" var rifeAgentName = "rife2-$rifeVersion-agent"
val rifeAgentJar by rootProject.extra { "$rifeAgentName.jar" } val rifeAgentJar by rootProject.extra { "$rifeAgentName.jar" }
var rifeAgentContinuationsName = "rife2-$rifeVersion-agent-continuations" var rifeAgentContinuationsName = "rife2-$rifeVersion-agent-continuations"
@ -238,10 +238,11 @@ tasks {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE duplicatesStrategy = DuplicatesStrategy.EXCLUDE
from(sourceSets.main.get().output) from(sourceSets.main.get().output)
include( include(
"rife/bld/wrapper/**", "rife/bld/wrapper/Wrapper.class",
"rife/tools/FileUtils*", "rife/bld/wrapper/WrapperClassLoader.class",
"rife/tools/InnerClassException*", "rife/tools/FileUtils.class",
"rife/tools/exceptions/FileUtils*", "rife/tools/exceptions/FileUtilsErrorException.class",
"rife/tools/InnerClassException.class",
"RIFE_VERSION" "RIFE_VERSION"
) )
manifest { manifest {

View file

@ -1 +1 @@
1.5.13 1.5.14-SNAPSHOT