Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
briar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
681
Issues
681
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
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
briar
briar
Commits
f6c8a8ce
Verified
Commit
f6c8a8ce
authored
Nov 01, 2018
by
akwizgran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move dagger.gradle to project root.
parent
db879604
Pipeline
#2671
passed with stage
in 11 minutes and 32 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
bramble-core/build.gradle
bramble-core/build.gradle
+1
-1
bramble-java/build.gradle
bramble-java/build.gradle
+1
-1
briar-core/build.gradle
briar-core/build.gradle
+1
-1
dagger.gradle
dagger.gradle
+0
-0
No files found.
bramble-core/build.gradle
View file @
f6c8a8ce
...
...
@@ -6,7 +6,7 @@ apply plugin: 'ru.vyarus.animalsniffer'
apply
plugin:
'idea'
apply
plugin:
'witness'
apply
from:
'witness.gradle'
apply
from:
'../
gradle/
dagger.gradle'
apply
from:
'../dagger.gradle'
dependencies
{
implementation
project
(
path:
':bramble-api'
,
configuration:
'default'
)
...
...
bramble-java/build.gradle
View file @
f6c8a8ce
...
...
@@ -5,7 +5,7 @@ targetCompatibility = 1.8
apply
plugin:
'idea'
apply
plugin:
'witness'
apply
from:
'witness.gradle'
apply
from:
'../
gradle/
dagger.gradle'
apply
from:
'../dagger.gradle'
configurations
{
tor
...
...
briar-core/build.gradle
View file @
f6c8a8ce
...
...
@@ -6,7 +6,7 @@ apply plugin: 'ru.vyarus.animalsniffer'
apply
plugin:
'idea'
apply
plugin:
'witness'
apply
from:
'witness.gradle'
apply
from:
'../
gradle/
dagger.gradle'
apply
from:
'../dagger.gradle'
dependencies
{
implementation
project
(
path:
':briar-api'
,
configuration:
'default'
)
...
...
gradle/
dagger.gradle
→
dagger.gradle
View file @
f6c8a8ce
File moved
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