Skip to content

Commit

Permalink
Gradle: get rid of warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jun 1, 2021
1 parent 0eabeac commit eec893b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ repositories {
}
}

sourcesJar {
dependsOn compileModuleInfoJava
}

tasks.register('lineEndingConversion', CRLFConvert) {
description 'Convert LICENSE.txt to Windows line endings'
file "$rootDir/LICENSE.txt"
Expand Down

0 comments on commit eec893b

Please sign in to comment.