Automatically generated Java API for Gitea. Updated every day @ midnight (UTC+1)
Find a file
gitnexbot 5f235784ea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful
Synchronizing API and documentation updates
2026-01-07 00:17:34 +00:00
assets Initial commit 2022-03-26 21:44:02 +01:00
custom/src/main/java/org/gitnex/tea4j/v2 Add custom api to fix runner reponse model 2025-07-20 19:19:56 +05:00
docs Synchronizing API and documentation updates 2026-01-07 00:17:34 +00:00
gradle/wrapper Initial commit 2022-03-26 21:44:02 +01:00
src/main/java/org/gitnex/tea4j/v2 Synchronizing API and documentation updates 2026-01-07 00:17:34 +00:00
.woodpecker.yml Update format step jdk too, let's test with 11 if it works 2026-01-02 21:28:37 +05:00
build.gradle Initial commit 2022-03-26 21:44:02 +01:00
config.json Initial commit 2022-03-26 21:44:02 +01:00
gradlew Initial commit 2022-03-26 21:44:02 +01:00
gradlew.bat Initial commit 2022-03-26 21:44:02 +01:00
LICENSE Initial commit 2022-03-26 21:44:02 +01:00
README.md Add jitpack badge 2022-03-26 22:24:03 +01:00
settings.gradle Initial commit 2022-03-26 21:44:02 +01:00
trigger-script.sh Add trigger script to automatically restart the pipeline at fixed intervals 2022-03-27 03:32:55 +02:00

Jitpack Build status Java version License

Logo

Tea4j-autodeploy

Code is automatically generated from the official gitea swagger template using the Codeberg CI.

Installation

Adding this dependency to your project:

Gradle Maven
allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    implementation 'org.codeberg.gitnex:tea4j-autodeploy:{commit-sha}'
}
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>org.codeberg.gitnex</groupId>
        <artifactId>tea4j-autodeploy</artifactId>
        <version>{commit-sha}</version>
    </dependency>
</dependencies>