Skip to content

Commit 0b14dbc

Browse files
authored
using final instead of def for constant value
1 parent 0e81e04 commit 0b14dbc

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
@@ -24,7 +24,7 @@ plugins {
2424
}
2525

2626
// https://docs.travis-ci.com/user/environment-variables/
27-
def isCi = System.getenv("TRAVIS") != null
27+
final isCi = System.getenv("TRAVIS") != null
2828

2929
ext {
3030
bintrayDryRun = true

0 commit comments

Comments
 (0)