We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1ddc6 commit 247e1cdCopy full SHA for 247e1cd
2 files changed
.gitignore
@@ -28,6 +28,8 @@ bin/
28
!**/src/main/**/bin/
29
!**/src/test/**/bin/
30
31
+gradle.properties
32
+
33
### NetBeans ###
34
/nbproject/private/
35
/nbbuild/
build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
api("com.github.spullara.mustache.java:compiler:0.9.10")
19
api("ch.qos.logback:logback-classic:1.4.12")
20
api("com.google.code.gson:gson:2.10")
21
- api("io.github.wldt:wldt-core:0.3.0-alpha-31012024")
+ api("io.github.wldt:wldt-core:0.3.0")
22
testImplementation("junit:junit:4.13.2")
23
}
24
0 commit comments