Skip to content

Commit

Permalink
Update gradle build config
Browse files Browse the repository at this point in the history
  • Loading branch information
wborn committed Nov 22, 2024
1 parent 9e022d6 commit db65310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ version = hasProperty("openremoteVersion") ? openremoteVersion : "0.0.0"
configurations.all {
resolutionStrategy {

// check for changing (i.e. SNAPSHOT) updates every build
cacheChangingModulesFor 0, 'seconds'

//failOnVersionConflict()

// This has been replaced with eclipse angus implementation
Expand Down

0 comments on commit db65310

Please sign in to comment.