Skip to content

Commit

Permalink
Adapt plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenschindler committed Feb 20, 2024
1 parent 1b881fb commit f72803e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def pluginVersion = project.findProperty("pluginVersion")
def defaultScriptArgs = [
'mps.home' : resolveMps.destinationDir,
'javafx.home' : projectDir,
'javafx.version' : javafxVersion,
'plugin.version' : pluginVersion,
'javafx.version' : javafxVersion,
'plugin.version' : pluginVersion,
'build.dir' : buildDir,
'mps.generator.skipUnmodifiedModels': incrementalBuild
]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
javafxVersion=11.0.2
pluginVersion=6
pluginVersion=2021.1
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000

0 comments on commit f72803e

Please sign in to comment.