Skip to content

Commit 288656a

Browse files
committed
fix small issues
1 parent 5a03d6c commit 288656a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### MinIO Operator ###
1+
### PostgreSQL Operator ###
22
config/
33

44
### STS ###

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ val quarkusPlatformGroupId: String by project
2020
val quarkusPlatformArtifactId: String by project
2121
val quarkusPlatformVersion: String by project
2222

23-
val checkstyleConfig by configurations.creating {
23+
val checkstyleConfig: Configuration by configurations.creating {
2424
isCanBeConsumed = false
2525
isCanBeResolved = true
2626
}

0 commit comments

Comments
 (0)