A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
1stages:
2 - build
3
4variables:
5 GRADLE_OPTS: "-Dorg.gradle.daemon=false"
6
7build:
8 stage: build
9 image: eclipse-temurin:21-jdk-alpine
10 before_script:
11 - chmod +x gradlew
12 script:
13 - ./gradlew clean jar
14 artifacts:
15 paths:
16 - build/libs/377.jar
17 expire_in: 90 days
18 cache:
19 key:
20 files:
21 - build.gradle
22 paths:
23 - .gradle/