Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
AndroidUtils
VPNTunnelProxy
Commits
e1db0b86
Commit
e1db0b86
authored
Aug 18, 2021
by
Daniel Wolf
Browse files
Merge branch 'master' of
https://git.frostnerd.com/AndroidUtils/baselibrarykt
parents
e70df750
dbb292cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e1db0b86
...
...
@@ -9,4 +9,4 @@ test-build-deploy:
-
./gradlew clean assembleRelease sourcesJar test --stacktrace
-
./gradlew publish --stacktrace
only
:
-
/^v([0-9]+\.?)+[0-9]$
\ No newline at end of file
-
/^v([0-9]+\.?)+[0-9]$/
\ No newline at end of file
library/build.gradle
View file @
e1db0b86
...
...
@@ -8,15 +8,15 @@ ext {
libraryArtifactId
=
rootProject
.
name
}
task
bumpPatch
(
type:
Exec
)
{
task
bumpPatch
()
{
dependsOn
(
"bumpPatchVersion"
)
}
task
bumpMinor
(
type:
Exec
)
{
task
bumpMinor
()
{
dependsOn
(
"bumpMinorVersion"
)
}
task
bumpMajor
(
type:
Exec
)
{
task
bumpMajor
()
{
dependsOn
(
"bumpMajorVersion"
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment