forked from nixops/batm_public
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added dependencySubstitutions.txt file for external contributors - changed some versions in dependency declarations in order to decrease number of conflicts (and thus also number of dependency substitution directives)
- Loading branch information
1 parent
4525671
commit 58ec886
Showing
5 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,7 @@ allprojects { | |
} | ||
} | ||
} | ||
|
||
ext.with { | ||
BatmDependencySubstitutionConfig = file('dependencySubstitutions.txt') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
substitute from: 'org.slf4j:slf4j-api:1.7.21', toVersion: '1.7.25' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
include ':server_extensions_api', ':server_extensions_extra', ':server_extensions_test' | ||
include ':server_extensions_api' | ||
include ':server_extensions_extra' | ||
include ':server_extensions_test' |