diff options
author | Jason Penilla <[email protected]> | 2022-04-13 20:16:14 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2022-04-13 20:16:14 -0700 |
commit | b8fa41ecdf955cb26a6c44892de53b1154c6b94b (patch) | |
tree | 91955eee19674457eec46e13a055e2a62678ea08 /test-plugin/build.gradle.kts | |
parent | a9f252e56a9ae25679852c6598c32bb5ad63bda6 (diff) | |
download | Paper-b8fa41ecdf955cb26a6c44892de53b1154c6b94b.tar.gz Paper-b8fa41ecdf955cb26a6c44892de53b1154c6b94b.zip |
[ci skip] Remove Mojang repo from test-plugin
Diffstat (limited to 'test-plugin/build.gradle.kts')
-rw-r--r-- | test-plugin/build.gradle.kts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test-plugin/build.gradle.kts b/test-plugin/build.gradle.kts index e9bacd22ed..6bcdb356c5 100644 --- a/test-plugin/build.gradle.kts +++ b/test-plugin/build.gradle.kts @@ -1,9 +1,5 @@ version = "1.0.0-SNAPSHOT" -repositories { - maven("https://libraries.minecraft.net") -} - dependencies { compileOnly(project(":paper-api")) compileOnly(project(":paper-mojangapi")) |