Skip to content

Commit

Permalink
Revert "Use composite builds."
Browse files Browse the repository at this point in the history
This reverts commit d459a70
  • Loading branch information
nstdio committed Jan 8, 2023
1 parent e814316 commit e863e1c
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 141 deletions.
26 changes: 0 additions & 26 deletions build-logic/basics/build.gradle.kts

This file was deleted.

25 changes: 0 additions & 25 deletions build-logic/benchmark/build.gradle.kts

This file was deleted.

25 changes: 0 additions & 25 deletions build-logic/build.gradle.kts

This file was deleted.

34 changes: 0 additions & 34 deletions build-logic/publishing/build.gradle.kts

This file was deleted.

29 changes: 0 additions & 29 deletions build-logic/settings.gradle.kts

This file was deleted.

14 changes: 14 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,19 @@ repositories {
}

dependencies {
implementation("org.gradlex:extra-java-module-info:1.1")
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
implementation("net.researchgate:gradle-release:3.0.2")
implementation("com.github.dpaukov:combinatoricslib3:3.3.3")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0-RC2")
implementation("me.champeau.jmh:jmh-gradle-plugin:0.6.8")
implementation("se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.77.0") {
isTransitive = false
}
implementation("se.bjurr.gitchangelog:git-changelog-lib:1.168.6") {
exclude("org.gitlab", "java-gitlab-api")
exclude("org.ow2.asm", "asm")
}
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13")
implementation("io.github.reyerizo.gradle:jcstress-gradle-plugin:0.8.14")
}
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
rootProject.name = "http-client-ext"

includeBuild("build-logic")

0 comments on commit e863e1c

Please sign in to comment.