Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JastAdd
RagConnect
Commits
c2531c48
Commit
c2531c48
authored
Jan 19, 2021
by
René Schöne
Browse files
Version 0.2.5
parent
b6992f11
Pipeline
#8635
passed with stages
in 3 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ragconnect.base/build.gradle
View file @
c2531c48
...
...
@@ -46,6 +46,12 @@ try {
throw
new
GradleException
(
"File ${versionFile} not found or unreadable. Aborting."
,
e
)
}
task
printVersion
()
{
doLast
{
println
(
version
)
}
}
task
newVersion
()
{
doFirst
{
def
props
=
new
Properties
()
...
...
ragconnect.base/src/main/resources/ragConnectVersion.properties
View file @
c2531c48
#
Fri
Jan 1
5
1
1:45:51
CET 2021
version
=
0.2.
4
#
Tue
Jan 1
9
1
2:08:02
CET 2021
version
=
0.2.
5
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