add gitlab cli

master
ALI Hamza 2020-03-29 14:35:44 +07:00
parent eb48c91666
commit 2764ac13e1
No known key found for this signature in database
GPG Key ID: BCA8A46C87798C4C
2 changed files with 20 additions and 1 deletions

@ -0,0 +1,19 @@
image: java:8-jdk
before_script:
- chmod 777 ./*
stages:
- build
build:
stage: build
script:
- ./gradlew clean shadowJar
artifacts:
name: latest
paths:
- ./build/libs/*.jar
expire_in: 50 yrs
only:
- master

@ -17,7 +17,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "com.github.hazae41:mc-kutils:master-SNAPSHOT"
compileOnly "com.github.MilkBowl:VaultAPI:1.7"
compileOnly "org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT"
compileOnly "org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT"
}
shadowJar {