Skip to content

Commit

Permalink
Partially revert previous commit. cacheChangingModulesFor 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed May 18, 2017
1 parent 13dbfae commit 628ebb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ buildscript {
url = "https://repo.nallar.me/"
}
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 1, 'hour'
resolutionStrategy.cacheDynamicVersionsFor 1, 'hour'
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'org.minimallycorrect.modpatcher:ModPatcherGradle:0.1-SNAPSHOT'
Expand Down Expand Up @@ -72,6 +76,10 @@ repositories {
maven { url 'https://repo.nallar.me/' }
}

configurations.all {
resolutionStrategy.cacheChangingModulesFor 1, 'hour'
resolutionStrategy.cacheDynamicVersionsFor 1, 'hour'
}
dependencies {
testCompile 'junit:junit:4.12'
compile group: 'me.nallar', name: 'JavaPatcher', version: '1.4', changing: false
Expand Down

0 comments on commit 628ebb6

Please sign in to comment.