local cache is now under the root project
All checks were successful
Publish to snapshot maven / build (push) Successful in 22s
All checks were successful
Publish to snapshot maven / build (push) Successful in 22s
to make intellij happy
This commit is contained in:
parent
1bf8e83255
commit
47effc79f2
|
@ -40,7 +40,7 @@ class PhytotelmaPlugin : Plugin<Project> {
|
|||
println("> Applying FrogMC Gradle Plugin")
|
||||
globalCacheDir = project.gradle.gradleUserHomeDir.resolve("caches/phytotelma/").toPath()
|
||||
globalCacheDir.createDirectories()
|
||||
localCacheDir = project.projectDir.resolve(".gradle/phytotelma/cache/").toPath()
|
||||
localCacheDir = project.rootDir.resolve(".gradle/phytotelma/cache/").toPath()
|
||||
localCacheDir.createDirectories()
|
||||
|
||||
project.plugins.let {
|
||||
|
|
Loading…
Reference in a new issue