Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isochrone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institut für Informatik
dbis
dbis-isochrone
isochrone
Commits
a729efde
Commit
a729efde
authored
10 years ago
by
User expired
Browse files
Options
Downloads
Patches
Plain Diff
removing changelog2git because of authentication issues
parent
18c52622
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+1
-8
1 addition, 8 deletions
build.gradle
with
1 addition
and
8 deletions
build.gradle
+
1
−
8
View file @
a729efde
...
@@ -307,12 +307,6 @@ task changelog << {
...
@@ -307,12 +307,6 @@ task changelog << {
}
}
}
}
task
changelog2Git
<<
{
def
grgit
=
Grgit
.
open
(
project
.
file
(
'.'
))
grgit
.
add
(
patterns:
[
'CHANGELOG.md'
])
grgit
.
commit
(
message:
'Changelog updated (by jenkins)'
)
}
task
cleanAfterDaily
(
type:
Delete
)
{
task
cleanAfterDaily
(
type:
Delete
)
{
delete
"$buildDir/dependency-cache"
delete
"$buildDir/dependency-cache"
delete
"$buildDir/tmp"
delete
"$buildDir/tmp"
...
@@ -408,12 +402,11 @@ task vagrantPrepare << {
...
@@ -408,12 +402,11 @@ task vagrantPrepare << {
task
jarAll
(
dependsOn:
[
jar
,
javadocJar
,
sourcesJar
,
staticJar
,
testJar
])
task
jarAll
(
dependsOn:
[
jar
,
javadocJar
,
sourcesJar
,
staticJar
,
testJar
])
task
buildAll
(
dependsOn:
[
jarAll
,
build
])
task
buildAll
(
dependsOn:
[
jarAll
,
build
])
task
daily
(
dependsOn:
[
clean
,
asciidoctor
,
changelog
2Git
,
check
,
javadoc
,
jarAll
])
task
daily
(
dependsOn:
[
clean
,
asciidoctor
,
changelog
,
check
,
javadoc
,
jarAll
])
task
release
task
release
// task dependencies
// task dependencies
tasks
.
changelog2Git
.
dependsOn
changelog
tasks
.
cleanAfterDaily
.
dependsOn
cleanNodeModules
tasks
.
cleanAfterDaily
.
dependsOn
cleanNodeModules
tasks
.
daily
.
finalizedBy
cleanAfterDaily
tasks
.
daily
.
finalizedBy
cleanAfterDaily
tasks
.
daily
.
mustRunAfter
clean
tasks
.
daily
.
mustRunAfter
clean
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment