Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 9d937ff

Browse files
committed
Update version number: 0.5.1, +enable debug logs for bintrayUpload
1 parent 33fa753 commit 9d937ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tasks:
8282
&& git checkout {{ event.version }}
8383
&& ./gradlew --no-daemon clean test detektCheck ktlint assembleRelease
8484
&& python automation/taskcluster/release/fetch-bintray-api-key.py
85-
&& ./gradlew bintrayUpload
85+
&& ./gradlew bintrayUpload --debug
8686
features:
8787
taskclusterProxy: true
8888
metadata:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222

2323
// Synchronized library configuration for all modules
2424
ext.library = [
25-
version: '0.5'
25+
version: '0.5.1'
2626
]
2727

2828
// Synchronized versions numbers of GeckoView artifacts.

0 commit comments

Comments
 (0)