$ git remote set-url origin git@github.com:dayo05/aris.luagen.git $ git fetch --prune --force origin From github.com:dayo05/aris.luagen 667bf38..a5f4cb7 master -> origin/master $ 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 a5f4cb7 Move API setup packaging to script $ 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 a5f4cb7e5d3974585e55ee55f56b5be894f4b38a [git] HEAD=a5f4cb7e5d3974585e55ee55f56b5be894f4b38a [config] using workspace/kei.toml === step: build === $ ./gradlew build > 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 > 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 > 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 > Task :test > Task :check > Task :build BUILD SUCCESSFUL in 6s 14 actionable tasks: 14 executed === step: package-api-setup === $ bash scripts/package-api-setup.sh 7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,22 CPUs x64) Scanning the drive: 2 folders, 3 files, 6628 bytes (7 KiB) Creating archive: ../aris-luagen-api-setup.7z Items to compress: 5 Files read from disk: 3 Archive size: 1642 bytes (2 KiB) Everything is Ok === 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 UP-TO-DATE > 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 646ms 16 actionable tasks: 6 executed, 10 up-to-date [artifacts] collected 7 files - aris.luagen/08de8211-1020-4489-a96c-951dbb0c8802/aris.luagen-1.0-SNAPSHOT-sources.jar (8644 bytes) - aris.luagen/08de8211-1020-4489-a96c-951dbb0c8802/aris.luagen-1.0-SNAPSHOT.jar (41367 bytes) - aris.luagen/08de8211-1020-4489-a96c-951dbb0c8802/ap-1.0-SNAPSHOT-sources.jar (23698 bytes) - aris.luagen/08de8211-1020-4489-a96c-951dbb0c8802/ap-1.0-SNAPSHOT.jar (189144 bytes) - aris.luagen/08de8211-1020-4489-a96c-951dbb0c8802/aris-luagen-api-setup.7z (1642 bytes) - aris.luagen/08de8211-1020-4489-a96c-951dbb0c8802/aris-luagen-api-setup.7z.sha256 (65 bytes) - aris.luagen/08de8211-1020-4489-a96c-951dbb0c8802/READMe.md (14528 bytes)