Skip to content

Commit 5d57971

Browse files
author
Ruslan Molchanov
committed
Merge branch 'markup' into 'sprint'
Markup See merge request open-platform/api!31
2 parents 780b276 + 67710c2 commit 5d57971

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

build.gradle

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
apply plugin: "io.spring.dependency-management"
1111

1212
group = "io.openfuture.api"
13-
version = "1.0.0"
13+
version = "2.0.0"
1414
sourceCompatibility = JavaVersion.VERSION_1_8
1515

1616
repositories {
@@ -20,7 +20,9 @@ repositories {
2020
}
2121
}
2222

23-
ext.s3Version = "1.11.333"
23+
ext {
24+
s3Version = "1.11.333"
25+
}
2426

2527
dependencies {
2628
// Spring
@@ -37,11 +39,11 @@ dependencies {
3739
runtime("org.postgresql:postgresql")
3840
compile("org.flywaydb:flyway-core")
3941

40-
//Ethereum
42+
// Ethereum
4143
compile("org.web3j:core:3.4.0")
4244
compile("org.ethereum:ethereumj-core:1.7.2-RELEASE")
4345

44-
//AWS
46+
// AWS
4547
compile("com.amazonaws:aws-java-sdk-s3:${s3Version}")
4648

4749
// Kotlin
@@ -52,7 +54,7 @@ dependencies {
5254
// Utils
5355
compile("commons-io:commons-io:2.6")
5456

55-
//Test
57+
// Test
5658
testCompile("org.springframework.boot:spring-boot-starter-test")
5759
}
5860

0 commit comments

Comments
 (0)