$ git remote set-url origin git@github.com:dayo05/aris.luagen.git $ git fetch --prune --force origin $ git checkout -B master origin/master branch 'master' set up to track 'origin/master'. Your branch is up to date with 'origin/master'. Reset branch 'master' $ git reset --hard origin/master HEAD is now at bb73d2e Add kei.toml — build + publish to kei Maven repo $ git clean -fdx Removing .gradle/ Removing .kotlin/ Removing ap/build/ Removing build/ $ git submodule sync --recursive $ git submodule update --init --recursive --force $ git rev-parse HEAD bb73d2e6b044d0cedb7bd29461429374cc4dba26 [git] HEAD=bb73d2e6b044d0cedb7bd29461429374cc4dba26 [config] using workspace/kei.toml === step: build === $ ./gradlew build Starting a Gradle Daemon (subsequent builds will be faster) > Task :checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :ap:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :ap:processResources > Task :ap:sourcesJar > Task :ap:processTestResources NO-SOURCE > Task :ap:compileKotlin w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:26:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments. w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:45:13 The corresponding parameter in the supertype 'JavaObjectArgument' is named 'docSignatureBuilder'. This may cause problems when calling this function with named arguments. w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:75:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments. w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:105:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments. w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:226:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments. w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:256:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments. w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:286:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments. w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:318:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments. w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:388:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments. w: file:///home/dayo/kei/data/workspaces/aris.luagen/ap/src/main/kotlin/me/ddayo/aris/luagen/ArgumentManager.kt:453:13 The corresponding parameter in the supertype 'Argument' is named 'docStringBuilder'. This may cause problems when calling this function with named arguments. > Task :ap:compileJava NO-SOURCE > Task :ap:classes > Task :ap:jar > Task :ap:assemble > Task :ap:compileTestKotlin NO-SOURCE > Task :ap:compileTestJava NO-SOURCE > Task :ap:testClasses UP-TO-DATE > Task :ap:test NO-SOURCE > Task :ap:check UP-TO-DATE > Task :ap:build > Task :kspKotlin > Task :processResources NO-SOURCE > Task :sourcesJar > Task :compileKotlin w: file:///home/dayo/kei/data/workspaces/aris.luagen/src/main/kotlin/me/ddayo/aris/luagen/LuaEngine.kt:217:16 Delegated member 'fun toLua(engine: LuaEngine, lua: Lua): Unit' hides supertype override 'fun toLua(engine: LuaEngine, lua: Lua): Unit'. Specify proper override explicitly. w: file:///home/dayo/kei/data/workspaces/aris.luagen/src/main/kotlin/me/ddayo/aris/luagen/LuaMain.kt:55:39 No cast needed. > Task :compileJava > Task :classes > Task :jar > Task :assemble > Task :kspTestKotlin > Task :processTestResources NO-SOURCE > Task :compileTestKotlin w: file:///home/dayo/kei/data/workspaces/aris.luagen/build/generated/ksp/test/kotlin/me/ddayo/aris/gen/TestGenerated.kt:135:65 No cast needed. w: file:///home/dayo/kei/data/workspaces/aris.luagen/src/test/kotlin/me/ddayo/aris/test/Test.kt:99:1 Delegated member 'fun toLua(engine: LuaEngine, lua: Lua): Unit' hides supertype override 'fun toLua(engine: LuaEngine, lua: Lua): Unit'. Specify proper override explicitly. > Task :compileTestJava NO-SOURCE > Task :testClasses UP-TO-DATE > Task :test > Task :check > Task :build BUILD SUCCESSFUL in 23s 12 actionable tasks: 12 executed === step: publish-maven === $ bash -c ./gradlew publishToMavenLocal -Dmaven.repo.local="${KEI_MAVEN_REPO:-$HOME/.m2/repository}" > Task :checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :ap:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :ap:compileKotlin UP-TO-DATE > Task :ap:compileJava NO-SOURCE > Task :ap:processResources UP-TO-DATE > Task :ap:classes UP-TO-DATE > Task :ap:jar UP-TO-DATE > Task :kspKotlin UP-TO-DATE > Task :compileKotlin UP-TO-DATE > Task :compileJava UP-TO-DATE > Task :processResources NO-SOURCE > Task :classes UP-TO-DATE > Task :jar UP-TO-DATE > Task :sourcesJar UP-TO-DATE > Task :generateMetadataFileForMavenPublication > Task :generatePomFileForMavenPublication > Task :publishMavenPublicationToMavenLocal > Task :publishToMavenLocal > Task :ap:sourcesJar UP-TO-DATE > Task :ap:generateMetadataFileForMavenPublication > Task :ap:generatePomFileForMavenPublication > Task :ap:publishMavenPublicationToMavenLocal > Task :ap:publishToMavenLocal BUILD SUCCESSFUL in 854ms 15 actionable tasks: 6 executed, 9 up-to-date [artifacts] collected 4 files - aris.luagen/37faae79-86dc-4dc6-bfab-c2dea31d4a9c/aris.luagen-1.0-SNAPSHOT-sources.jar (8644 bytes) - aris.luagen/37faae79-86dc-4dc6-bfab-c2dea31d4a9c/aris.luagen-1.0-SNAPSHOT.jar (40756 bytes) - aris.luagen/37faae79-86dc-4dc6-bfab-c2dea31d4a9c/ap-1.0-SNAPSHOT-sources.jar (19863 bytes) - aris.luagen/37faae79-86dc-4dc6-bfab-c2dea31d4a9c/ap-1.0-SNAPSHOT.jar (155792 bytes)