build: Update Gradle and plugins, small cleanup to build scripts
This commit is contained in:
parent
9692593095
commit
fb48a3c8af
19 changed files with 245 additions and 189 deletions
15
build-logic/build.gradle.kts
Normal file
15
build-logic/build.gradle.kts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.indraCommon)
|
||||
implementation(libs.indraPublishingSonatype)
|
||||
implementation(libs.testLoggerPlugin)
|
||||
implementation(libs.errorpronePlugin)
|
||||
implementation(libs.licenser)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue