1
0
mirror of https://github.com/webbukkit/dynmap.git synced 2024-12-19 15:17:58 +01:00
dynmap/buildspec.yml
2019-05-18 23:18:54 -05:00

13 lines
212 B
YAML

version: 0.2
phases:
install:
runtime-versions:
java: openjdk8
build:
commands:
- echo Build started on `date`
- ./gradlew clean build install
artifacts:
files:
- target/*.jar