Skip to content

Commit

Permalink
Add newline so linelint doesn't complain.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <widdis@gmail.com>
  • Loading branch information
dbwiddis committed Feb 7, 2023
1 parent 550379e commit 73fdcc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ wrapper {
println "Added checksum to wrapper properties"
// Update build-tools to reflect the Gradle upgrade
// TODO: we can remove this once we have tests to make sure older versions work.
project(':build-tools').file('src/main/resources/minimumGradleVersion').text = gradleVersion
project(':build-tools').file('src/main/resources/minimumGradleVersion').text = gradleVersion + System.getProperty("line.separator")
println "Updated minimum Gradle Version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/resources/minimumGradleVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6
7.6

0 comments on commit 73fdcc1

Please sign in to comment.