Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
# Spotless formatting newline issues on Windows using auto.crlf=false.
# See https://github.com/diffplug/spotless/tree/main/plugin-gradle#line-endings-and-encodings-invisible-stuff
* text eol=lf

# png files should be left untouched
*.png binary

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

.gradle
**/build/
!src/**/build/
Expand Down
1 change: 0 additions & 1 deletion spockk-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ val isFork = System.getenv("IS_FORK") == "true"

if (isCI && !isFork) {
signing {
isRequired = true
useInMemoryPgpKeys(
System.getenv("ORG_GRADLE_PROJECT_signingInMemoryKeyId"),
System.getenv("ORG_GRADLE_PROJECT_signingInMemoryKey"),
Expand Down