Skip to content

Commit

Permalink
IGN-10603 Late catch: mistake in .kts sdk_version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brianeray committed Aug 28, 2024
1 parent 8432a9e commit e6fef18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ignitionModule {
* the course of a major Ignition (7.9, 8.0, etc) version, except for when the Ignition Platform adds/changes APIs
* used by the module.
*/
requiredIgnitionVersion.set(rootProject.ext.sdk_version)
requiredIgnitionVersion.set(sdk_version)
/*
* This is a map of String: String, where the 'key' represents the fully qualified path to the project
* (using gradle path syntax), and the value is the shorthand Scope string.
Expand Down

0 comments on commit e6fef18

Please sign in to comment.