moved to gitea
Some checks failed
CI / build (push) Failing after 8s

This commit is contained in:
2024-04-04 06:27:29 +08:00
parent a489201c7b
commit fc7607f19e
3 changed files with 30 additions and 8 deletions

View File

@@ -0,0 +1,20 @@
name: CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: woryzen
steps:
- name: Checkout sources
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Execute Gradle build
env:
PUBLISHER_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
run: ./gradlew publish

View File

@@ -8,17 +8,17 @@ version = getProperty('lys.catalog.version')
catalog {
versionCatalog {
version('wson', '2023.11.01')
version('jwo', '2024.02.09')
version('jmath', '2023.10.05')
version('wson', '2024.04.04')
version('jwo', '2024.04.04')
version('jmath', '2023.04.04')
version('jzstd', '2023.07.15')
version('klevtree', '2024.02.12')
version('khtml', '2024.03.11')
version('jlevtree', '2023.05')
version('my-gradle-plugins', '2024.03.11')
version('envelope', '2024.02.28')
version('my-gradle-plugins', '2024.04.04')
version('envelope', '2024.04.04')
version('gradle.docker', '9.3.2')
version('wdi', '2023.10.05')
version('wdi', '2024.04.04')
version('antlr', '4.13.1')
version('bnd', '7.0.0')
@@ -316,7 +316,7 @@ catalog {
publishing {
repositories {
maven {
url = 'https://mvn.woggioni.net/'
url = getProperty('gitea.maven.url')
}
}
publications {

View File

@@ -1 +1,3 @@
lys.catalog.version = 2024.03.12
lys.catalog.version = 2024.04.04
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven