Skip to content

Commit

Permalink
build: use cloud-build-logic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 10, 2024
1 parent fcf6deb commit b4d7152
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public class SpringCommandManager<C> extends CommandManager<C> implements Comple
* @param commandSenderMapper the mapper for the custom command sender type
* @param applicationContext the application context
*/
@SuppressWarnings("this-escape")
public SpringCommandManager(
final @NonNull ExecutionCoordinator<C> executionCoordinator,
final @NonNull SpringCommandPermissionHandler<C> commandPermissionHandler,
Expand Down
1 change: 0 additions & 1 deletion gradle/build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {

repositories {
gradlePluginPortal()
mavenLocal()
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion gradle/build-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ rootProject.name = "build-logic"
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cloud-buildLogic-rootProject-publishing = { id = "org.incendo.cloud-build-logic.
cloud-buildLogic-rootProject-spotless = { id = "org.incendo.cloud-build-logic.spotless.root-project", version.ref = "cloud-build-logic" }

[versions]
cloud-build-logic = "0.0.1-SNAPSHOT"
cloud-build-logic = "0.0.3"
springBoot = "3.2.0"
ktlint = "1.0.1"
checkstyle = "10.12.5"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
}
includeBuild("gradle/build-logic")
}
Expand Down

0 comments on commit b4d7152

Please sign in to comment.