Skip to content

Commit

Permalink
Fix build error (hours =/= hour)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed May 18, 2017
1 parent 313cb2e commit 9d5d8e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildscript {
}
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 1, 'hour'
resolutionStrategy.cacheDynamicVersionsFor 1, 'hour'
resolutionStrategy.cacheChangingModulesFor 1, 'hours'
resolutionStrategy.cacheDynamicVersionsFor 1, 'hours'
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
Expand Down Expand Up @@ -77,8 +77,8 @@ repositories {
}

configurations.all {
resolutionStrategy.cacheChangingModulesFor 1, 'hour'
resolutionStrategy.cacheDynamicVersionsFor 1, 'hour'
resolutionStrategy.cacheChangingModulesFor 1, 'hours'
resolutionStrategy.cacheDynamicVersionsFor 1, 'hours'
}
dependencies {
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 9d5d8e8

Please sign in to comment.