Skip to content

Commit 5cbefe8

Browse files
committed
IGN-10603 Late catch: mistake in .kts sdk_version
Groovy syntax to this reference doesn't work; it's a lexical val reference in the Kotlin DSL. We should probably get some Kotlin DSL coverage in our unit tests at some point.
1 parent 8432a9e commit 5cbefe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/generator-core/src/main/resources/templates/config/modlPluginConfig.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ignitionModule {
2525
* the course of a major Ignition (7.9, 8.0, etc) version, except for when the Ignition Platform adds/changes APIs
2626
* used by the module.
2727
*/
28-
requiredIgnitionVersion.set(rootProject.ext.sdk_version)
28+
requiredIgnitionVersion.set(sdk_version)
2929
/*
3030
* This is a map of String: String, where the 'key' represents the fully qualified path to the project
3131
* (using gradle path syntax), and the value is the shorthand Scope string.

0 commit comments

Comments
 (0)