Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!2
Gradle + CI improvements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Gradle + CI improvements
stu202077/theodolite:feature/gradleCIImprovements
into
master
Overview
1
Commits
10
Pipelines
0
Changes
10
Merged
Björn Vonheiden
requested to merge
stu202077/theodolite:feature/gradleCIImprovements
into
master
4 years ago
Overview
1
Commits
10
Pipelines
0
Changes
10
Expand
Closes she/spesb#7
0
0
Merge request reports
Compare
master
version 2
ff3893da
4 years ago
version 1
926dca4c
4 years ago
master (base)
and
latest version
latest version
d5dcacb3
10 commits,
4 years ago
version 2
ff3893da
10 commits,
4 years ago
version 1
926dca4c
9 commits,
4 years ago
10 files
+
113
−
348
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
uc1-application/build.gradle
+
0
−
30
Options
apply
plugin:
'application'
apply
plugin:
'eclipse'
buildscript
{
repositories
{
maven
{
url
"https://plugins.gradle.org/m2/"
}
}
}
sourceCompatibility
=
"1.11"
targetCompatibility
=
"1.11"
dependencies
{
compile
project
(
':'
)
compile
'org.slf4j:slf4j-simple:1.6.1'
// Use JUnit test framework
testCompile
'junit:junit:4.12'
}
mainClassName
=
"uc1.application.HistoryService"
eclipse
{
classpath
{
downloadSources
=
true
downloadJavadoc
=
true
}
}
\ No newline at end of file
Loading