Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
briar
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
579
Issues
579
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
briar
briar
Commits
af8cabbb
Verified
Commit
af8cabbb
authored
May 13, 2019
by
Torsten Grote
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[headless] update dependencies
parent
6f31a3c2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
48 deletions
+48
-48
build.gradle
briar-headless/build.gradle
+12
-10
witness.gradle
briar-headless/witness.gradle
+36
-38
No files found.
briar-headless/build.gradle
View file @
af8cabbb
plugins
{
id
'java'
id
'idea'
id
'org.jetbrains.kotlin.jvm'
version
'1.3.
2
1'
id
'org.jetbrains.kotlin.kapt'
version
'1.3.
2
1'
id
'org.jetbrains.kotlin.jvm'
version
'1.3.
3
1'
id
'org.jetbrains.kotlin.kapt'
version
'1.3.
3
1'
id
'witness'
}
apply
from:
'witness.gradle'
...
...
@@ -14,25 +14,27 @@ dependencies {
implementation
project
(
path:
':briar-core'
,
configuration:
'default'
)
implementation
project
(
path:
':bramble-java'
,
configuration:
'default'
)
implementation
'io.javalin:javalin:2.7.0'
implementation
'org.slf4j:slf4j-simple:1.7.25'
implementation
'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.31'
implementation
'io.javalin:javalin:2.8.0'
implementation
'org.slf4j:slf4j-simple:1.7.26'
implementation
'com.fasterxml.jackson.core:jackson-databind:2.9.8'
implementation
'com.github.ajalt:clikt:
1.6
.0'
implementation
'com.github.ajalt:clikt:
2.0
.0'
kapt
'com.google.dagger:dagger-compiler:2.22.1'
def
daggerVersion
=
'2.22.1'
kapt
"com.google.dagger:dagger-compiler:$daggerVersion"
testImplementation
project
(
path:
':bramble-api'
,
configuration:
'testOutput'
)
testImplementation
project
(
path:
':bramble-core'
,
configuration:
'testOutput'
)
def
junitVersion
=
'5.
3.1
'
def
junitVersion
=
'5.
4.2
'
testImplementation
"org.junit.jupiter:junit-jupiter-api:$junitVersion"
testImplementation
"org.junit.jupiter:junit-jupiter-params:$junitVersion"
testRuntime
"org.junit.jupiter:junit-jupiter-engine:$junitVersion"
testImplementation
"io.mockk:mockk:1.9.2"
testImplementation
"org.skyscreamer:jsonassert:1.5.0"
testImplementation
'io.mockk:mockk:1.9.3'
testImplementation
'org.skyscreamer:jsonassert:1.5.0'
testImplementation
'khttp:khttp:0.1.0'
kaptTest
'com.google.dagger:dagger-compiler:2.22.1'
kaptTest
"com.google.dagger:dagger-compiler:$daggerVersion"
}
jar
{
...
...
briar-headless/witness.gradle
View file @
af8cabbb
This diff is collapsed.
Click to expand it.
Nico Alt
@nicoalt
mentioned in issue
#1512 (closed)
·
May 19, 2019
mentioned in issue
#1512 (closed)
mentioned in issue #1512
Toggle commit list
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