whoops
This commit is contained in:
+3
-2
@@ -13,9 +13,10 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- gradle clean :free:shadowJar
|
- gradle clean :free:shadowJar
|
||||||
- mv free/build/libs/ajQueue*.jar jars/
|
- mkdir jars
|
||||||
|
- cp free/build/libs/ajQueue*.jar jars/
|
||||||
- gradle :premium:shadowJar
|
- gradle :premium:shadowJar
|
||||||
- mv premium/build/libs/ajQueue*.jar jars/
|
- cp premium/build/libs/ajQueue*.jar jars/
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user