Skip to content

Commit e863e1c

Browse files
committed
Revert "Use composite builds."
This reverts commit d459a70
1 parent e814316 commit e863e1c

12 files changed

+14
-141
lines changed

build-logic/basics/build.gradle.kts

Lines changed: 0 additions & 26 deletions
This file was deleted.

build-logic/benchmark/build.gradle.kts

Lines changed: 0 additions & 25 deletions
This file was deleted.

build-logic/build.gradle.kts

Lines changed: 0 additions & 25 deletions
This file was deleted.

build-logic/publishing/build.gradle.kts

Lines changed: 0 additions & 34 deletions
This file was deleted.

build-logic/settings.gradle.kts

Lines changed: 0 additions & 29 deletions
This file was deleted.

buildSrc/build.gradle.kts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,19 @@ repositories {
2323
}
2424

2525
dependencies {
26+
implementation("org.gradlex:extra-java-module-info:1.1")
27+
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
2628
implementation("net.researchgate:gradle-release:3.0.2")
29+
implementation("com.github.dpaukov:combinatoricslib3:3.3.3")
30+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0-RC2")
31+
implementation("me.champeau.jmh:jmh-gradle-plugin:0.6.8")
32+
implementation("se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.77.0") {
33+
isTransitive = false
34+
}
35+
implementation("se.bjurr.gitchangelog:git-changelog-lib:1.168.6") {
36+
exclude("org.gitlab", "java-gitlab-api")
37+
exclude("org.ow2.asm", "asm")
38+
}
39+
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13")
40+
implementation("io.github.reyerizo.gradle:jcstress-gradle-plugin:0.8.14")
2741
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)