Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 4e223f4

Browse files
committed
Merge branch 'release/7.2.0'
# Conflicts: # github-build.sh
2 parents 45a73bd + ac09e79 commit 4e223f4

File tree

3 files changed

+1
-98
lines changed

3 files changed

+1
-98
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

github-build.sh

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
11
#!/bin/bash
22
set -ev
33

4-
#saveGitCredentials() {
5-
# cat >$HOME/.netrc <<EOL
6-
#machine github.com
7-
#login ${GITHUB_USERNAME}
8-
#password ${GITHUB_TOKEN}
9-
#
10-
#machine api.github.com
11-
#login ${GITHUB_USERNAME}
12-
#password ${GITHUB_TOKEN}
13-
#EOL
14-
# chmod 600 $HOME/.netrc
15-
#}
16-
174
getVersion() {
18-
./gradlew properties -q | grep "version:" | grep -v "kotlin_version:" | awk '{print $2}' | tr -d '[:space:]'
5+
./gradlew properties -q | grep -E "^version" | awk '{print $2}' | tr -d '[:space:]'
196
}
207

218
removeSnapshots() {

travis-build.sh

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)