Skip to content

Commit

Permalink
Add test plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Malfrador committed Jan 14, 2024
1 parent ad83e06 commit 0556922
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
plugins {
id("java")
}

group = "de.erethon.papyrus"
version = "1.0"

repositories {
mavenLocal();
}

dependencies {
compileOnly(project(":papyrus-server"))
compileOnly(project(":papyrus-api"))
}
4 changes: 4 additions & 0 deletions test-plugin/src/main/java/de/erethon/PapyrusTestPlugin.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import org.bukkit.plugin.java.JavaPlugin;

public class PapyrusTestPlugin extends JavaPlugin {
}
Empty file.

0 comments on commit 0556922

Please sign in to comment.