Skip to content

Commit

Permalink
Big cleanup of gradle setup. Reducing everything to a single project …
Browse files Browse the repository at this point in the history
…that gets opened (the root build.gradle). (#117)

Upgrading to Gradle 8.4
  • Loading branch information
andrewauclair authored Nov 9, 2023
1 parent 614c011 commit ef2050d
Show file tree
Hide file tree
Showing 38 changed files with 71 additions and 2,058 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "com.github.ben-manes.versions" version "0.46.0"
}

allprojects {
java {
sourceCompatibility = JavaVersion.VERSION_1_9
targetCompatibility = JavaVersion.VERSION_1_9
}
Expand Down
2 changes: 1 addition & 1 deletion demo-multi-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "com.github.ben-manes.versions" version "0.46.0"
}

allprojects {
java {
sourceCompatibility = JavaVersion.VERSION_1_9
targetCompatibility = JavaVersion.VERSION_1_9
}
Expand Down
6 changes: 0 additions & 6 deletions demo-multi-app/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

244 changes: 0 additions & 244 deletions demo-multi-app/gradlew

This file was deleted.

92 changes: 0 additions & 92 deletions demo-multi-app/gradlew.bat

This file was deleted.

9 changes: 0 additions & 9 deletions demo-multi-app/settings.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion demo-single-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "com.github.ben-manes.versions" version "0.46.0"
}

allprojects {
java {
sourceCompatibility = JavaVersion.VERSION_1_9
targetCompatibility = JavaVersion.VERSION_1_9
}
Expand Down
5 changes: 0 additions & 5 deletions demo-single-app/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit ef2050d

Please sign in to comment.