Compare commits

...

1 Commits

Author SHA1 Message Date
317b71f09b test
All checks were successful
Gradle Build on PR / call-gradle-build (pull_request) Successful in 2m29s
Publish Snapshot / call-publish (push) Successful in 2m29s
(cherry picked from commit 59e6c62e3f)
2025-09-15 18:36:00 +02:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
package ltd.lulz.library
class LulzLibrary
class LulzLibrary {
fun test() {
// placeholder
}
}

View File

@@ -1,4 +1,4 @@
package ltd.lulz.service
package ltd.lulz.library
import org.junit.jupiter.api.Test