mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Make build.gradle not cache temporarily
Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
buildscript {
|
||||
configurations.classpath {
|
||||
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "architectury-plugin" version "3.2-SNAPSHOT"
|
||||
id "dev.architectury.loom" version "0.8.0-SNAPSHOT" apply false
|
||||
|
||||
Reference in New Issue
Block a user