Skip to content

Commit

Permalink
bump version; update cabe
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Nov 15, 2024
1 parent b98b547 commit 05e1502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ subprojects {

cabe {
if (isReleaseVersion) {
config.set(Configuration.StandardConfig.STANDARD.config())
config.set(Configuration.STANDARD)
} else {
config.set(Configuration.StandardConfig.DEVELOPMENT.config())
config.set(Configuration.DEVELOPMENT)
}
}

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.internal.extensions.stdlib.toDefaultLowerCase

// define project name and version
rootProject.name = "dua3-meja"
val projectVersion = "6-beta-2"
val projectVersion = "6-beta-3-SNAPSHOT"

// define subprojects
include("meja")
Expand Down Expand Up @@ -31,7 +31,7 @@ dependencyResolutionManagement {
plugin("versions", "com.github.ben-manes.versions").version("0.51.0")
plugin("test-logger", "com.adarshr.test-logger").version("4.0.0")
plugin("spotbugs", "com.github.spotbugs").version("6.0.26")
plugin("cabe", "com.dua3.cabe").version("3.0-beta-10")
plugin("cabe", "com.dua3.cabe").version("3.0-beta-11")

version("dua3-utility", "14-beta-3")
version("jspecify", "1.0.0")
Expand Down

0 comments on commit 05e1502

Please sign in to comment.