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 6ec8c08 commit 65aff50Copy full SHA for 65aff50
dev/src/main/groovy/com/fox2code/foxloader/dev/GradlePlugin.groovy
@@ -127,7 +127,7 @@ class GradlePlugin implements Plugin<Project> {
127
}
128
129
process(project, foxLoaderCache, config)
130
- final String foxLoaderVersion = config.localTesting ?
+ String foxLoaderVersion = config.localTesting ?
131
"1.0" : BuildConfig.FOXLOADER_VERSION // Full release will be 1.0.0 to avoid conflicts.
132
if (config.foxLoaderLibVersionOverride != null) {
133
foxLoaderVersion = config.foxLoaderLibVersionOverride
0 commit comments