Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
AutoReferee
Commits
3703023f
Unverified
Commit
3703023f
authored
Jul 03, 2021
by
NicolaiO
🐼
Browse files
Avoid NPE when building as git submodule
parent
2d8647c5
Pipeline
#17085
passed with stage
in 4 minutes and 20 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
3703023f
...
...
@@ -112,5 +112,5 @@ githubRelease {
owner
"TIGERs-Mannheim"
repo
.
set
(
"AutoReferee"
)
releaseAssets
distZip
tagName
.
set
(
"version-${versionDetails.lastTag}"
)
tagName
{
"version-${versionDetails.lastTag}"
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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