A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: use docker runner

+4
+4
.gitlab-ci.yml
··· 11 11 build: 12 12 stage: build 13 13 image: eclipse-temurin:21-jdk-alpine 14 + tags: 15 + - docker 14 16 before_script: 15 17 - apk add --no-cache zip 16 18 - chmod +x gradlew ··· 34 36 publish: 35 37 stage: publish 36 38 image: curlimages/curl:latest 39 + tags: 40 + - docker 37 41 needs: 38 42 - job: build 39 43 artifacts: true