Skip to content

Commit

Permalink
Upgrade to KVision 7.0.0 - missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Aug 17, 2023
1 parent b13b080 commit adcac0a
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 44 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ktor {
deployment {
port = 8080
watch = [build/classes/kotlin/backend/main]
watch = [build/classes/kotlin/jvm/main]
}

application {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ktor {
deployment {
port = 8080
watch = [build/classes/kotlin/backend/main]
watch = [build/classes/kotlin/jvm/main]
}

application {
Expand Down
7 changes: 0 additions & 7 deletions addressbook-fullstack-spring-boot/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,5 @@ pluginManagement {
mavenCentral()
mavenLocal()
}
resolutionStrategy {
eachPlugin {
when {
requested.id.id == "org.springframework.boot" -> useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}")
}
}
}
}
rootProject.name = "addressbook-fullstack-spring-boot"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ktor {
deployment {
port = 8080
watch = [build/classes/kotlin/backend/main]
watch = [build/classes/kotlin/jvm/main]
}

application {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ktor {
deployment {
port = 8080
watch = [build/classes/kotlin/backend/main]
watch = [build/classes/kotlin/jvm/main]
}

application {
Expand Down
7 changes: 0 additions & 7 deletions numbers-fullstack-spring-boot/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,5 @@ pluginManagement {
mavenCentral()
mavenLocal()
}
resolutionStrategy {
eachPlugin {
when {
requested.id.id == "org.springframework.boot" -> useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}")
}
}
}
}
rootProject.name = "numbers-fullstack-spring-boot"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ktor {
development = true
deployment {
port = 8080
watch = [build/classes/kotlin/backend/main]
watch = [build/classes/kotlin/jvm/main]
}

application {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ktor {
development = true
deployment {
port = 8080
watch = [build/classes/kotlin/backend/main]
watch = [build/classes/kotlin/jvm/main]
}

application {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ktor {
development = true
deployment {
port = 8080
watch = [build/classes/kotlin/backend/main]
watch = [build/classes/kotlin/jvm/main]
}

application {
Expand Down
7 changes: 0 additions & 7 deletions template-fullstack-spring-boot/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,5 @@ pluginManagement {
mavenCentral()
mavenLocal()
}
resolutionStrategy {
eachPlugin {
when {
requested.id.id == "org.springframework.boot" -> useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}")
}
}
}
}
rootProject.name = "template-fullstack-spring-boot"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ktor {
deployment {
port = 8080
watch = [build/classes/kotlin/backend/main]
watch = [build/classes/kotlin/jvm/main]
}

application {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ktor {
deployment {
port = 8080
watch = [build/classes/kotlin/backend/main]
watch = [build/classes/kotlin/jvm/main]
}

application {
Expand Down
7 changes: 0 additions & 7 deletions tweets-fullstack-spring-boot-sse/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,5 @@ pluginManagement {
mavenCentral()
mavenLocal()
}
resolutionStrategy {
eachPlugin {
when {
requested.id.id == "org.springframework.boot" -> useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}")
}
}
}
}
rootProject.name = "tweets-fullstack-spring-boot-sse"
7 changes: 0 additions & 7 deletions tweets-fullstack-spring-boot/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,5 @@ pluginManagement {
mavenCentral()
mavenLocal()
}
resolutionStrategy {
eachPlugin {
when {
requested.id.id == "org.springframework.boot" -> useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}")
}
}
}
}
rootProject.name = "tweets-fullstack-spring-boot"

0 comments on commit adcac0a

Please sign in to comment.