Skip to content

Commit 72173a0

Browse files
committed
Update to latest Skript branch + update github workflow
1 parent eb5ce4c commit 72173a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: Java CI
44

5-
on: [push, pull_request]
5+
on: [push]
66

77
jobs:
88
build:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ processResources {
3434

3535
dependencies {
3636
implementation 'org.spigotmc:spigot-api:1.13-R0.1-SNAPSHOT'
37-
implementation 'com.github.SkriptLang:Skript:master'
37+
implementation 'com.github.SkriptLang:Skript:master-SNAPSHOT'
3838
}
3939

4040
compileJava.options.encoding = "UTF-8"

0 commit comments

Comments
 (0)