Skip to content

Commit

Permalink
Update java-gi version used by the java-gi cmdline tool for dependenc…
Browse files Browse the repository at this point in the history
…ies in generated Gradle build files
  • Loading branch information
jwharm committed Jan 4, 2025
1 parent c82bf7c commit a64974f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ private String generateDependencyLine(String name) {
}
else if (ModuleInfo.INCLUDED_MODULES.containsKey(name)) {
String version = System.getProperty("app.version");
return " api(\"io.github.jwharm.javagi:" + name + ":0.11.0\")";
return " api(\"io.github.jwharm.javagi:" + name + ":" + version + "\")";
} else {
return " api(project(\":" + name + "\"))";
}
Expand Down

0 comments on commit a64974f

Please sign in to comment.