Skip to content

Commit

Permalink
Version 1.5 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus authored Sep 26, 2020
1 parent 82bead1 commit 2e1dcc9
Show file tree
Hide file tree
Showing 22 changed files with 538 additions and 733 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ jobs:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
- name: Upload artifact
uses: actions/upload-artifact@v2
if: success()
with:
name: skript-placeholders-dev
path: build/libs/skript-placeholders.jar
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ repositories {
}

dependencies {
implementation 'org.eclipse.jdt:org.eclipse.jdt.annotation:1.1.0'
implementation 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT'
implementation 'com.github.SkriptLang:Skript:2.3'
implementation 'me.clip:placeholderapi:2.10.6'
implementation 'me.clip:placeholderapi:2.10.8'
implementation('be.maximvdw:MVdWPlaceholderAPI:3.0.1-SNAPSHOT') {
exclude group: 'org.spigotmc'
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2e1dcc9

Please sign in to comment.