This commit is contained in:
Telesphoreo 2021-06-30 02:34:56 -05:00
parent e89c545906
commit 431bff1b75
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: Maven-Build
name: Gradle-Build
on: [push]
@ -11,5 +11,5 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 16
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Build with Gradle
run: ./gradle build

View file

@ -3,7 +3,6 @@ plugins {
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'net.minecrell.plugin-yml.bukkit' version '0.4.0'
id 'net.researchgate.release' version '2.8.1'
}
repositories {