Skip to content

Commit

Permalink
allow modifying the java version in run configs
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Nov 18, 2023
1 parent 6e49208 commit 1968a7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import kotlin.io.path.relativeTo
*/
data class RunConfig(
val project: Project,
val javaVersion: JavaVersion,
var javaVersion: JavaVersion,
val name: String,
val taskName: String,
var description: String,
Expand Down

0 comments on commit 1968a7f

Please sign in to comment.