Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jixxed committed Dec 14, 2024
1 parent 9175a85 commit 292abb6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "org.beryx:badass-jlink-plugin:3.1.1" // patched version for jdk23
classpath "org.beryx:badass-jlink-plugin:3.1.1"
classpath "io.freefair.gradle:lombok-plugin:8.11"
classpath "org.gradlex:extra-java-module-info:1.9"
classpath 'org.jsonschema2pojo:jsonschema2pojo-gradle-plugin:1.2.2'
Expand Down Expand Up @@ -303,9 +303,7 @@ run {
//, '-Xmx1G', '-XX:+UseCompressedOops', '-XX:+PrintGCDetails', '-XX:SoftRefLRUPolicyMSPerMB=100'
}
test {
useJUnitPlatform {

}
useJUnitPlatform ()
}
// Each configuration is set to the default value
jsonSchema2Pojo {
Expand Down

0 comments on commit 292abb6

Please sign in to comment.