Skip to content

Commit

Permalink
⬆️ Update plugins and dependencies
Browse files Browse the repository at this point in the history
⬆️ Update maven publish to version 0.28.0
⬆️ Update Dart Sass to version 1.77.4

Signed-off-by: palexdev <[email protected]>
  • Loading branch information
palexdev committed Jun 8, 2024
1 parent 51f95ff commit 8aa1154
Show file tree
Hide file tree
Showing 5 changed files with 575 additions and 575 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ subprojects {

// Remove vanniktech nonsense
gradle.taskGraph.whenReady { graph ->
if (graph.hasTask(simpleJavadocJar)) {
simpleJavadocJar.enabled = false
if (graph.hasTask(plainJavadocJar)) {
plainJavadocJar.enabled = false
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ mfxresources=11.10.0
# Plugins
jfxPlugin=0.1.0
jlink=2.25.0
mavenPublishPlugin=0.25.0
mavenPublishPlugin=0.28.0
gradleSass=1.5.0
shadowJarPlugin=8.1.1

# Dependencies
jfx=21.0.2
vfx=11.9.6
sass=1.68.0
sass=1.77.4

# Test Dependencies
junit=5.10.0
Expand Down
Loading

0 comments on commit 8aa1154

Please sign in to comment.