Skip to content
Snippets Groups Projects
Verified Commit f6c8a8ce authored by akwizgran's avatar akwizgran
Browse files

Move dagger.gradle to project root.

parent db879604
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ apply plugin: 'ru.vyarus.animalsniffer' ...@@ -6,7 +6,7 @@ apply plugin: 'ru.vyarus.animalsniffer'
apply plugin: 'idea' apply plugin: 'idea'
apply plugin: 'witness' apply plugin: 'witness'
apply from: 'witness.gradle' apply from: 'witness.gradle'
apply from: '../gradle/dagger.gradle' apply from: '../dagger.gradle'
dependencies { dependencies {
implementation project(path: ':bramble-api', configuration: 'default') implementation project(path: ':bramble-api', configuration: 'default')
......
...@@ -5,7 +5,7 @@ targetCompatibility = 1.8 ...@@ -5,7 +5,7 @@ targetCompatibility = 1.8
apply plugin: 'idea' apply plugin: 'idea'
apply plugin: 'witness' apply plugin: 'witness'
apply from: 'witness.gradle' apply from: 'witness.gradle'
apply from: '../gradle/dagger.gradle' apply from: '../dagger.gradle'
configurations { configurations {
tor tor
......
...@@ -6,7 +6,7 @@ apply plugin: 'ru.vyarus.animalsniffer' ...@@ -6,7 +6,7 @@ apply plugin: 'ru.vyarus.animalsniffer'
apply plugin: 'idea' apply plugin: 'idea'
apply plugin: 'witness' apply plugin: 'witness'
apply from: 'witness.gradle' apply from: 'witness.gradle'
apply from: '../gradle/dagger.gradle' apply from: '../dagger.gradle'
dependencies { dependencies {
implementation project(path: ':briar-api', configuration: 'default') implementation project(path: ':briar-api', configuration: 'default')
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment