Skip to content

Commit

Permalink
Add settings-gradle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cjaehnen committed Nov 12, 2023
1 parent 891f5ac commit ec45613
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ plugins {

group = "io.opengood.commons"

val javaVersion = JavaVersion.VERSION_17

java.apply {
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
}

opengood {
artifact {
description = "Commons library containing reusable patterns, extensions, properties, beans, and objects for Spring and Spring Boot"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("de.fayard.refreshVersions") version "0.60.3"
id("io.opengood.gradle.settings") version "1.13.0"
}

rootProject.name = "spring-commons"

0 comments on commit ec45613

Please sign in to comment.