bump rev number

This commit is contained in:
ThatGamerBlue
2019-09-12 12:29:08 +01:00
parent d1974f59fe
commit 0446151736

View File

@@ -89,7 +89,7 @@ allprojects {
version = '1.5.33-SNAPSHOT' version = '1.5.33-SNAPSHOT'
ext { ext {
rsversion = 182 rsversion = 183
cacheversion = 165 cacheversion = 165
plusVersion = '2.1.5.0' plusVersion = '2.1.5.0'
@@ -97,6 +97,7 @@ allprojects {
gitCommitShort = localGitCommitShort gitCommitShort = localGitCommitShort
gitDirty = localGitDirty gitDirty = localGitDirty
rootPath = rootDir.toString().replace('\\', '/') rootPath = rootDir.toString().replace('\\', '/')
injectedClassesPath = rootPath + "/injector-plugin/out/injected-client/" injectedClassesPath = rootPath + "/injector-plugin/out/injected-client/"
} }