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)
This commit was merged in pull request #5.
This commit is contained in:
2025-09-14 22:24:42 +02:00
parent be83a9742c
commit 317b71f09b
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