Skip to content

Commit f90bbd8

Browse files
committed
fix
1 parent 143f9cc commit f90bbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ subprojects {
203203

204204
private static String readVersionFromProperties(File file) {
205205
if ( !file.exists() ) {
206-
throw new GradleException( "Version file $file.canonicalPath does not exists" )
206+
throw new FileNotFoundException( "Version file $file.canonicalPath does not exists" )
207207
}
208208
Properties versionProperties = new Properties()
209209
file.withInputStream {

0 commit comments

Comments
 (0)