This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 20
20
- uses : eskatos/gradle-command-action@v1
21
21
with :
22
22
gradle-version : wrapper
23
- arguments : remapJar
23
+ arguments : build
24
24
dependencies-cache-enabled : true
25
25
configuration-cache-enabled : false
26
26
# Artifact publishing
Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ jobs:
17
17
java-version : 8
18
18
- uses : eskatos/gradle-command-action@v1
19
19
with :
20
- arguments : remapJar
21
- - name : Delete -dev jar
22
- run : rm ./build/libs/patchwork-api-*-dev.jar
23
- -
uses :
ncipollo/[email protected]
20
+ arguments : build
21
+ - uses : ncipollo/release-action@v1
24
22
with :
25
- artifacts : ./build/libs/patchwork-api-* .jar
23
+ artifacts : ./build/libs/patchwork-api-?.?.? .jar
26
24
token : ${{ secrets.GITHUB_TOKEN }}
27
25
bintray :
28
26
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
def ENV = System . getenv()
13
13
14
14
class Globals {
15
- static def baseVersion = " 0.9.0 "
15
+ static def baseVersion = " 0.9.1 "
16
16
static def mcVersion = " 1.14.4"
17
17
static def yarnVersion = " +build.16"
18
18
}
@@ -46,7 +46,7 @@ allprojects {
46
46
apply plugin : ' maven-publish'
47
47
apply plugin : ' fabric-loom'
48
48
apply plugin : ' net.minecrell.licenser'
49
-
49
+ apply plugin : ' com.jfrog.bintray '
50
50
sourceCompatibility = 1.8
51
51
targetCompatibility = 1.8
52
52
You can’t perform that action at this time.
0 commit comments