Skip to content

Commit 8c1a634

Browse files
committed
Merge remote-tracking branch 'origin/v3.0' into v3.0
2 parents 0af80ff + 4aa6b48 commit 8c1a634

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bintray Upload-task
1+
name: Publication task
22

33
on:
44
release:
@@ -15,9 +15,8 @@ jobs:
1515
uses: actions/setup-java@v1
1616
with:
1717
java-version: 1.8
18-
- name: Build and publish
18+
- name: Build and publish (Bintray)
1919
env:
2020
bintrayUser: ${{ secrets.bintrayUsername }}
2121
bintrayApiKey: ${{ secrets.bintrayApiKey }}
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2322
run: ./gradlew bintrayUpload

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ plugins{
77
}
88

99
group = 'com.andre601'
10+
1011
version = '3.0.0'
1112

1213
sourceCompatibility = targetCompatibility = 1.8

0 commit comments

Comments
 (0)