Skip to content

Commit

Permalink
Bump Download plugin to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed Nov 7, 2023
1 parent bea9f38 commit b304baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradleResources/Bootstrap/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2019 Riccardo Massera (TheCoder4.Eu)
* Copyright 2014-2023 Riccardo Massera (TheCoder4.Eu)
*
* This file is part of BootsFaces.
*
Expand All @@ -18,7 +18,7 @@

// Apply the plugin to add support for Bootstrap download
plugins {
id "de.undercouch.download" version "3.1.0"
id "de.undercouch.download" version "4.1.2"
}

import de.undercouch.gradle.tasks.download.Download
Expand Down
3 changes: 2 additions & 1 deletion gradleResources/compileLess/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2019 Riccardo Massera (TheCoder4.Eu)
* Copyright 2014-2023 Riccardo Massera (TheCoder4.Eu)
*
* This file is part of BootsFaces.
*
Expand Down Expand Up @@ -243,6 +243,7 @@ assetCompile.doLast {
task compileAndMinify(dependsOn: ['copyFiles2Process', 'assetCompile']) {
println "compileLess: Compile and Minify"
}
assetCompile.mustRunAfter ':gradleResources:copyBootsFacesResources'
assetCompile.mustRunAfter copyFiles2Process
cleanAssetDir.mustRunAfter assetCompile
cleanAssetThemeDirs.mustRunAfter cleanAssetDir
Expand Down

0 comments on commit b304baa

Please sign in to comment.