We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5ce4c commit 72173a0Copy full SHA for 72173a0
.github/workflows/gradle.yml
@@ -2,7 +2,7 @@
2
3
name: Java CI
4
5
-on: [push, pull_request]
+on: [push]
6
7
jobs:
8
build:
build.gradle
@@ -34,7 +34,7 @@ processResources {
34
35
dependencies {
36
implementation 'org.spigotmc:spigot-api:1.13-R0.1-SNAPSHOT'
37
- implementation 'com.github.SkriptLang:Skript:master'
+ implementation 'com.github.SkriptLang:Skript:master-SNAPSHOT'
38
}
39
40
compileJava.options.encoding = "UTF-8"
0 commit comments