chore: switch to custom mcbuild image

This commit is contained in:
Timo Ley 2024-10-26 15:04:29 +02:00
parent cadc42ccf2
commit b04daf2d20
2 changed files with 3 additions and 3 deletions

View file

@ -1,13 +1,13 @@
steps:
- name: build
image: adoptopenjdk/openjdk8
image: dock.tilera.xyz/tilera/mcbuild
commands:
- chmod +x gradlew
- ./gradlew build
when:
event: push
- name: maven
image: adoptopenjdk/openjdk8
image: dock.tilera.xyz/tilera/mcbuild
secrets: [ gitea_token ]
environment:
ORG_GRADLE_PROJECT_mvnURL: https://maven.tilera.xyz

View file

@ -1,6 +1,6 @@
steps:
- name: build
image: adoptopenjdk/openjdk8
image: dock.tilera.xyz/tilera/mcbuild
commands:
- chmod +x mpt
- ./mpt buildtwitch