Skip to content

Commit

Permalink
rename starter directories
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Nov 17, 2023
1 parent 893a193 commit 94817fa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
6 changes: 3 additions & 3 deletions okhttp-spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies {

constraints {
api project(":okhttp-spring-boot-autoconfigure")
api project(":starters:okhttp")
api project(":starters:okhttp4")
api project(":starters:okhttp5")
api project(":starters:okhttp-spring-boot-starter")
api project(":starters:okhttp4-spring-boot-starter")
api project(":starters:okhttp5-spring-boot-starter")
}
}

Expand Down
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ include 'okhttp-spring-client'

include 'okhttp-spring-boot-dependencies'
include 'okhttp-spring-boot-autoconfigure'
include 'starters:okhttp'
include 'starters:okhttp4'
include 'starters:okhttp5'
include 'starters:okhttp-spring-boot-starter'
include 'starters:okhttp4-spring-boot-starter'
include 'starters:okhttp5-spring-boot-starter'

rootProject.name = 'okhttp-spring-boot'
4 changes: 0 additions & 4 deletions starters/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
subprojects { Project starterProject ->
starterProject.pluginManager.withPlugin("io.freefair.maven-publish-java") {
starterProject.publishing.publications.mavenJava.artifactId = "$starterProject.name-spring-boot-starter"
}

starterProject.apply plugin: "java-library"

starterProject.tasks.named('jar', Jar) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ description = "OkHttp Spring Boot Starter"

dependencies {
api platform(project(":okhttp-spring-boot-dependencies"))
api project(':starters:okhttp4')
api project(':starters:okhttp4-spring-boot-starter')
}
File renamed without changes.
File renamed without changes.

0 comments on commit 94817fa

Please sign in to comment.