We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0558f7 commit 67710c2Copy full SHA for 67710c2
1 file changed
build.gradle
@@ -20,7 +20,9 @@ repositories {
20
}
21
22
23
-ext.s3Version = "1.11.333"
+ext {
24
+ s3Version = "1.11.333"
25
+}
26
27
dependencies {
28
// Spring
@@ -37,11 +39,11 @@ dependencies {
37
39
runtime("org.postgresql:postgresql")
38
40
compile("org.flywaydb:flyway-core")
41
- //Ethereum
42
+ // Ethereum
43
compile("org.web3j:core:3.4.0")
44
compile("org.ethereum:ethereumj-core:1.7.2-RELEASE")
45
- //AWS
46
+ // AWS
47
compile("com.amazonaws:aws-java-sdk-s3:${s3Version}")
48
49
// Kotlin
@@ -52,7 +54,7 @@ dependencies {
52
54
// Utils
53
55
compile("commons-io:commons-io:2.6")
56
- //Test
57
+ // Test
58
testCompile("org.springframework.boot:spring-boot-starter-test")
59
60
0 commit comments