Skip to content

Commit 601533d

Browse files
WIP on Gradle
Signed-off-by: Marcin Grzejszczak <[email protected]>
1 parent 337feaa commit 601533d

File tree

47 files changed

+5
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+5
-53
lines changed

beer_contracts/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ apply plugin: 'maven-publish'
1616

1717
group = 'com.example'
1818
version = '0.0.1-SNAPSHOT'
19-
sourceCompatibility = '17'
2019

2120
repositories {
2221
mavenCentral()

common/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ apply plugin: 'java-library'
2222

2323
group = 'com.example'
2424
version = '0.0.1-SNAPSHOT'
25-
sourceCompatibility = '17'
2625

2726
dependencies {
2827
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${BOM_VERSION}"))

consumer/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77

88
group = 'com.example'
99
version = '0.0.1-SNAPSHOT'
10-
sourceCompatibility = '17'
1110

1211
repositories {
1312
mavenCentral()

consumer_camel/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77

88
group = 'com.example'
99
version = '0.0.1-SNAPSHOT'
10-
sourceCompatibility = '17'
1110

1211
repositories {
1312
mavenCentral()

consumer_grpc/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ plugins {
88

99
group = 'com.example'
1010
version = '0.0.1-SNAPSHOT'
11-
sourceCompatibility = '17'
1211

1312
repositories {
1413
mavenCentral()

consumer_java/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77

88
group = 'com.example'
99
version = '0.0.1-SNAPSHOT'
10-
sourceCompatibility = '17'
1110

1211
repositories {
1312
mavenCentral()

consumer_jms_middleware/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77

88
group = 'com.example'
99
version = '0.0.1-SNAPSHOT'
10-
sourceCompatibility = '17'
1110

1211
repositories {
1312
mavenCentral()

consumer_kafka_middleware/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77

88
group = 'com.example'
99
version = '0.0.1-SNAPSHOT'
10-
sourceCompatibility = '17'
1110

1211
repositories {
1312
mavenCentral()

consumer_kotlin/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77

88
group = 'com.example'
99
version = '0.0.1-SNAPSHOT'
10-
sourceCompatibility = '17'
1110

1211
repositories {
1312
mavenCentral()

consumer_proto/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77

88
group = 'com.example'
99
version = '0.0.1-SNAPSHOT'
10-
sourceCompatibility = '17'
1110

1211
repositories {
1312
mavenCentral()

0 commit comments

Comments
 (0)