We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143f9cc commit f90bbd8Copy full SHA for f90bbd8
build.gradle
@@ -203,7 +203,7 @@ subprojects {
203
204
private static String readVersionFromProperties(File file) {
205
if ( !file.exists() ) {
206
- throw new GradleException( "Version file $file.canonicalPath does not exists" )
+ throw new FileNotFoundException( "Version file $file.canonicalPath does not exists" )
207
}
208
Properties versionProperties = new Properties()
209
file.withInputStream {
0 commit comments