Skip to content

Commit 65aff50

Browse files
committed
Fix typo
1 parent 6ec8c08 commit 65aff50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/main/groovy/com/fox2code/foxloader/dev/GradlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class GradlePlugin implements Plugin<Project> {
127127
}
128128
}
129129
process(project, foxLoaderCache, config)
130-
final String foxLoaderVersion = config.localTesting ?
130+
String foxLoaderVersion = config.localTesting ?
131131
"1.0" : BuildConfig.FOXLOADER_VERSION // Full release will be 1.0.0 to avoid conflicts.
132132
if (config.foxLoaderLibVersionOverride != null) {
133133
foxLoaderVersion = config.foxLoaderLibVersionOverride

0 commit comments

Comments
 (0)