Skip to content

Commit

Permalink
Small updates to webroot build.gradle: update gradle-versions and gra…
Browse files Browse the repository at this point in the history
…dle-minify plugins
  • Loading branch information
jonesde committed Sep 5, 2023
1 parent 6e21019 commit 22ed1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-component/webroot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.42.0'
classpath "org.gradle-webtools.minify:gradle-minify-plugin:1.3.1"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.47.0'
classpath "org.gradle-webtools.minify:gradle-minify-plugin:1.3.2"
}
}
apply plugin: "org.gradlewebtools.minify"
Expand Down

0 comments on commit 22ed1ad

Please sign in to comment.