Skip to content

Commit c655abb

Browse files
committed
Fix build.gradle scripts in examples with few modules
It caused split packages in jars.
1 parent 76aab71 commit c655abb

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

java-17/auto/few-modules/together/dependency/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ plugins {
55
group = 'com.habr.j17.auto.fewmodules.together.dependency'
66
version = '1.0'
77

8-
layout.buildDirectory = getParent().layout.buildDirectory
9-
108
compileJava {
119
java {
1210
toolchain {

java-17/auto/few-modules/together/dependent/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ plugins {
66
group = 'com.habr.j17.auto.fewmodules.together.dependent'
77
version = '1.0'
88

9-
layout.buildDirectory = getParent().layout.buildDirectory
10-
119
compileJava {
1210
java {
1311
toolchain {

java-17/manual/few-modules/together/dependency/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ plugins {
55
group = 'com.habr.j17.manual.fewmodules.together.dependency'
66
version = '1.0'
77

8-
layout.buildDirectory = getParent().layout.buildDirectory
9-
108
compileJava {
119
java {
1210
toolchain {

java-17/manual/few-modules/together/dependent/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ plugins {
66
group = 'com.habr.j17.manual.fewmodules.together.dependent'
77
version = '1.0'
88

9-
layout.buildDirectory = getParent().layout.buildDirectory
10-
119
compileJava {
1210
java {
1311
toolchain {

0 commit comments

Comments
 (0)