ultraperms no longer required to compile ajqueueplus
This commit is contained in:
+6
-2
@@ -13,10 +13,13 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- gradle clean :free:shadowJar
|
||||
- mv free/build/libs/ajQueue*.jar jars/
|
||||
- gradle :premium:shadowJar
|
||||
- mv premium/build/libs/ajQueue*.jar jars/
|
||||
artifacts:
|
||||
untracked: true
|
||||
paths:
|
||||
- free/build/libs
|
||||
- jars
|
||||
|
||||
pages:
|
||||
stage: build
|
||||
@@ -54,6 +57,7 @@ upload to updater:
|
||||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- cd free/build/libs
|
||||
- cd jars
|
||||
- files=(*)
|
||||
- curl -i -F "submit=true" -F "secret=$UPLOAD_SECRET" -F "file=@${files[0]}" https://ajg0702.us/pl/updater/upload.php
|
||||
- curl -i -F "submit=true" -F "secret=$UPLOAD_SECRET" -F "file=@${files[1]}" https://ajg0702.us/pl/updater/upload.php
|
||||
|
||||
@@ -16,6 +16,3 @@ updating my plugin.
|
||||
|
||||
If you need *any* help making your changes, feel free to contact me
|
||||
on discord. The invite link is on the plugin page ;)
|
||||
|
||||
# Note on compiling ajQueuePlus
|
||||
If you want to compile ajQueuePlus, please read the readme file that is in libs/private
|
||||
+1
-1
@@ -12,7 +12,7 @@ repositories {
|
||||
}
|
||||
|
||||
allprojects {
|
||||
version = "2.0.6"
|
||||
version = "2.0.7-pre1"
|
||||
group = "us.ajg0702"
|
||||
|
||||
plugins.apply("java")
|
||||
|
||||
@@ -1,6 +1 @@
|
||||
If you want to compile ajQueuePlus, you will need to put the UltraPermissions jar here.
|
||||
|
||||
Either that, or remove the UltraPermissionsHook and its 1 reference
|
||||
|
||||
eventually I will make a fake dependency with just the class structure so you dont have to do this,
|
||||
but i havent done that yet :p
|
||||
This is where premium dependencies would go. Currently there is none required.
|
||||
@@ -21,6 +21,8 @@ dependencies {
|
||||
|
||||
compileOnly("com.google.guava:guava:30.1.1-jre")
|
||||
|
||||
compileOnly("me.TechsCode:FakeUltraPerms:1.0.2")
|
||||
|
||||
compileOnly("us.ajg0702:ajUtils:1.1.10")
|
||||
|
||||
compileOnly("net.kyori:adventure-api:4.8.1")
|
||||
|
||||
Reference in New Issue
Block a user