mirror of
https://github.com/ethauvin/rife2.git
synced 2025-04-30 18:48:13 -07:00
Updated version to 1.5.14-SNAPSHOT
This commit is contained in:
parent
d8c4380f6e
commit
cbd0eb62a6
2 changed files with 7 additions and 6 deletions
|
@ -12,7 +12,7 @@ plugins {
|
|||
signing
|
||||
}
|
||||
|
||||
val rifeVersion by rootProject.extra { "1.5.13" }
|
||||
val rifeVersion by rootProject.extra { "1.5.14-SNAPSHOT" }
|
||||
var rifeAgentName = "rife2-$rifeVersion-agent"
|
||||
val rifeAgentJar by rootProject.extra { "$rifeAgentName.jar" }
|
||||
var rifeAgentContinuationsName = "rife2-$rifeVersion-agent-continuations"
|
||||
|
@ -238,10 +238,11 @@ tasks {
|
|||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
from(sourceSets.main.get().output)
|
||||
include(
|
||||
"rife/bld/wrapper/**",
|
||||
"rife/tools/FileUtils*",
|
||||
"rife/tools/InnerClassException*",
|
||||
"rife/tools/exceptions/FileUtils*",
|
||||
"rife/bld/wrapper/Wrapper.class",
|
||||
"rife/bld/wrapper/WrapperClassLoader.class",
|
||||
"rife/tools/FileUtils.class",
|
||||
"rife/tools/exceptions/FileUtilsErrorException.class",
|
||||
"rife/tools/InnerClassException.class",
|
||||
"RIFE_VERSION"
|
||||
)
|
||||
manifest {
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.5.13
|
||||
1.5.14-SNAPSHOT
|
Loading…
Add table
Add a link
Reference in a new issue