mirror of
https://github.com/plexusorg/Module-TFMExtras.git
synced 2025-06-29 15:06:41 +00:00
- Auto register commands using modified ReflectionsUtil#getClassesFrom(String)
- Add /eject - Begin /enchant
This commit is contained in:
18
.github/workflows/gradle.yml
vendored
Executable file
18
.github/workflows/gradle.yml
vendored
Executable file
@ -0,0 +1,18 @@
|
||||
name: Gradle
|
||||
|
||||
on: [ push ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
cache: gradle
|
||||
- name: Build with Gradle
|
||||
run: chmod a+x gradlew && ./gradlew build --no-daemon
|
Reference in New Issue
Block a user