Skip to content

Commit

Permalink
build: refactor gradle plugin setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Feb 7, 2025
1 parent bbaf8d2 commit 5d500a9
Show file tree
Hide file tree
Showing 27 changed files with 366 additions and 444 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ subprojects {
}
}
}

2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "1.0.0"

plugins {
`kotlin-dsl`
`kotlin-dsl-precompiled-script-plugins`
`java-gradle-plugin`
}

repositories {
Expand Down
184 changes: 0 additions & 184 deletions buildSrc/src/main/kotlin/embrace-prod-defaults.gradle.kts

This file was deleted.

47 changes: 0 additions & 47 deletions buildSrc/src/main/kotlin/embrace-test-defaults.gradle.kts

This file was deleted.

Loading

0 comments on commit 5d500a9

Please sign in to comment.