gradle: partially revert #1166 (#1250)

This commit is contained in:
ThatGamerBlue
2019-08-03 23:11:59 +01:00
committed by GitHub
parent b2d57b12f1
commit 5b5ee5b5a6
6 changed files with 93 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ allprojects {
gitDirty = localGitDirty
rootPath = rootDir.toString().replace('\\', '/')
injectedClassesPath = rootPath + "/injected-client/build/libs/injected-client-" + version + ".jar"
injectedClassesPath = rootPath + "/injector-plugin/out/injected-client/"
}
}