Compare commits

...

2 Commits

Author SHA1 Message Date
3d049720a9 enable gradle cache?
Some checks failed
Build with cached gradle / Build-with-gradle (pull_request) Failing after 2m43s
Java Google Checkstyle / Checkstyle Linter (pull_request) Successful in 16s
2026-01-24 00:43:31 -06:00
32ab651d6d fix target url 2026-01-24 00:42:26 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ jobs:
# sub-project/*.gradle* # sub-project/*.gradle*
# sub-project/**/gradle-wrapper.properties # sub-project/**/gradle-wrapper.properties
- run: ./gradlew build --no-daemon - run: ./gradlew build --no-daemon
- run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" - run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" --configuration-cache

View File

@@ -17,7 +17,7 @@ publishing {
repositories { repositories {
maven { maven {
name = "Gitea" name = "Gitea"
url = uri("https://gitea.example.com/api/packages/numbers/maven") url = uri("https://gitea.softwaresmyth.com/api/packages/numbers/maven")
credentials(HttpHeaderCredentials::class) { credentials(HttpHeaderCredentials::class) {
name = "Authorization" name = "Authorization"