-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: apply consistent gradle file formatting
- Loading branch information
1 parent
a4e313a
commit 94d6845
Showing
47 changed files
with
625 additions
and
1,519 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
dependencies { | ||
implementation(project(':signer')) { | ||
exclude group: 'org.springframework', module: 'spring-context' | ||
} | ||
implementation(project(':signer-protocol')) | ||
implementation(project(':common:common-util')) | ||
implementation(project(':signer')) { | ||
exclude group: 'org.springframework', module: 'spring-context' | ||
} | ||
implementation(project(':signer-protocol')) | ||
implementation(project(':common:common-util')) | ||
|
||
// Necessary since there are jars with no adequate Maven dependencies | ||
implementation fileTree(dir: '../../libs', include: '*.jar') | ||
// Necessary since there are jars with no adequate Maven dependencies | ||
implementation fileTree(dir: '../../libs', include: '*.jar') | ||
} |
20 changes: 10 additions & 10 deletions
20
src/addons/messagelog/messagelog-archive-verifier/build.gradle
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
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,15 +1,15 @@ | ||
dependencies { | ||
implementation project(':common:common-op-monitoring') | ||
implementation project(':common:common-op-monitoring') | ||
|
||
implementation project(':proxy') | ||
implementation project(':common:common-util') | ||
implementation project(':serverconf') | ||
implementation project(':proxy') | ||
implementation project(':common:common-util') | ||
implementation project(':serverconf') | ||
|
||
testImplementation project(':common:common-test') | ||
testImplementation 'commons-cli:commons-cli:1.4' | ||
testImplementation project(':common:common-test') | ||
testImplementation 'commons-cli:commons-cli:1.4' | ||
} | ||
|
||
task runOpMonitoringBufferMemoryUsage(type: JavaExec) { | ||
mainClass = 'ee.ria.xroad.proxy.opmonitoring.OpMonitoringBufferMemoryUsage' | ||
classpath = sourceSets.test.runtimeClasspath | ||
mainClass = 'ee.ria.xroad.proxy.opmonitoring.OpMonitoringBufferMemoryUsage' | ||
classpath = sourceSets.test.runtimeClasspath | ||
} |
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
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
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
Oops, something went wrong.