Compare commits

..

1 Commits

Author SHA1 Message Date
woggioni 6f7c9903ca Added AGENT.md and updated docs
CI / build (push) Failing after 23s
2026-02-22 04:53:24 +08:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Execute Gradle build
run: ./gradlew build
- name: Prepare Docker image build
+1 -1
View File
@@ -28,7 +28,7 @@ allprojects { subproject ->
mavenCentral()
}
pluginManager.withPlugin('java') {
pluginManager.withPlugin('java-library') {
ext {
jpmsModuleName = subproject.group + '.' + subproject.name.replace('-', '.')