Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
EvA2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
26
Issues
26
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EvA2
EvA2
Commits
648776ee
Commit
648776ee
authored
Mar 26, 2018
by
Fabian Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
0c5b332b
Pipeline
#3119
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
build.gradle
build.gradle
+4
-4
No files found.
build.gradle
View file @
648776ee
...
...
@@ -7,8 +7,8 @@ version = '2.2.0'
description
=
"EvA2"
sourceCompatibility
=
1.
8
targetCompatibility
=
1.
8
sourceCompatibility
=
1.
10
targetCompatibility
=
1.
10
//create a single Jar with all dependencies
...
...
@@ -29,10 +29,10 @@ repositories {
dependencies
{
compile
group:
'javax.help'
,
name:
'javahelp'
,
version:
'2.0.05'
compile
group:
'org.yaml'
,
name:
'snakeyaml'
,
version:
'1.1
6
'
compile
group:
'org.yaml'
,
name:
'snakeyaml'
,
version:
'1.1
8
'
compile
group:
'gov.nist.math'
,
name:
'jama'
,
version:
'1.0.3'
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.12'
testCompile
group:
'org.mockito'
,
name:
'mockito-core'
,
version:
'
1.+
'
testCompile
group:
'org.mockito'
,
name:
'mockito-core'
,
version:
'
2.16.0
'
}
buildscript
{
...
...
Write
Preview
Markdown
is supported
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