Skip to content

Commit

Permalink
chore(deps): update frontend Gradle plugin to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri1969 authored and loicmathieu committed Jun 4, 2024
1 parent 8c0dc8e commit 102df8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
id "com.github.ben-manes.versions" version "0.51.0"

// front
id 'org.siouan.frontend-jdk11' version '8.0.0' apply false
id 'org.siouan.frontend-jdk17' version '8.0.0' apply false

// release
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.siouan.frontendgradleplugin.infrastructure.gradle.RunNpm

plugins {
id 'org.siouan.frontend-jdk11'
id 'org.siouan.frontend-jdk17'
}

publishSonatypePublicationPublicationToSonatypeRepository.enabled = false
Expand Down

0 comments on commit 102df8c

Please sign in to comment.