Skip to content
Open
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
13 changes: 12 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf

# These are Windows script files and should use crlf
*.bat text eol=crlf

# Binary files should be left untouched
*.jar binary

# All text is LF, in the repo and at checkout on every platform. Test fixtures are
# checksummed byte for byte, so binary types are never converted.
* text=auto eol=lf
*.bat text eol=crlf
*.bin binary
*.zst binary
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
@file:Suppress("UnstableApiUsage")

pluginManagement {
includeBuild("build-src")
}

dependencyResolutionManagement {
repositories {
mavenCentral()
Expand Down