9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-27 10:49:08 +00:00

Merge branch 'jitpack' into 'master'

Jitpack update

Adds jitpack build support for api

See merge request SamB440/rpgregions-2!2
This commit is contained in:
Sam
2021-03-26 11:53:49 +00:00
4 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@
/doc/
/target/
/.idea/
build

View File

@@ -1,5 +1,6 @@
plugins {
id 'java'
id 'maven'
}
group = pluginGroup

View File

@@ -1,6 +1,7 @@
plugins {
id 'com.github.johnrengelman.shadow' version '4.0.4'
id 'java'
id 'maven'
}
group = pluginGroup

View File

@@ -1,4 +1,4 @@
jdk:
- openjdk11
install:
- ./gradlew api:clean api:install
- gradle api:install