Eric Ampire 2f06213400
Publish Library / publish (push) Successful in 44s
Initial commit
2026-08-17 19:48:29 -04:00
2026-08-17 19:48:29 -04:00
2026-08-17 11:42:58 -04:00
2026-08-17 11:42:58 -04:00
2026-08-17 11:42:58 -04:00
2026-08-17 11:42:58 -04:00
2026-08-17 19:48:29 -04:00
2026-08-17 11:42:58 -04:00
2026-08-17 11:42:58 -04:00
2026-08-17 11:42:58 -04:00
2026-08-17 19:48:29 -04:00
2026-08-17 11:42:58 -04:00

1. Publishing the lib

1.1 Publishing the Artifact

To pubish the library manually

# 1. Export your token to your active terminal environment
export GITEA_TOKEN="your-token"

# 2. Run the Gradle publish task locally
./gradlew publishAllPublicationsToGiteaRepository

1.2 Publish with the pipeline

  1. Create a token with read/write permission on repositories
  2. Add that socket as secret to you repository so you pipeline can have access to it through secrets.SECRET_NAME

1.2 Use the library

You can see the package here

dependencies {
    implementation("com.ericampire:samplelib:1.0.0")
}
S
Description
No description provided
Readme
107 KiB
Test Version
Latest
2026-08-17 23:50:06 +00:00
Languages
Kotlin 100%