Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Omico committed Nov 19, 2024
1 parent b061615 commit 9aeb4d2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
/local.properties

!/.idea/detekt.xml
!/.idea/externalDependencies.xml
!/.idea/jsonSchemas.xml
1 change: 1 addition & 0 deletions build-logic/gradm/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.gradle
/.kotlin
/build
4 changes: 2 additions & 2 deletions build-logic/gradm/gradm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ versions:
gradle: "8.10.2"
kotlin: "2.0.20"
plugins:
develocity: "3.18.1"
spotless: "7.0.0.BETA1"
develocity: "3.18.2"
spotless: "7.0.0.BETA4"

repositories:
omico:
Expand Down
2 changes: 1 addition & 1 deletion build-logic/gradm/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = "gpi-gradm"
rootProject.name = "gpi-build-logic-gradm"

pluginManagement {
repositories {
Expand Down
1 change: 1 addition & 0 deletions build-logic/initialization/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.gradle
/.kotlin
/build
1 change: 1 addition & 0 deletions build-logic/project/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.gradle
/.kotlin
/build

0 comments on commit 9aeb4d2

Please sign in to comment.