We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c960037 commit 76c7de4Copy full SHA for 76c7de4
src/main/java/net/flintmc/gradle/extension/FlintSelfInstallerExtension.java
@@ -30,9 +30,9 @@
30
*/
31
public class FlintSelfInstallerExtension implements Configurable<FlintSelfInstallerExtension> {
32
/**
33
- * Default self installer dependency notation. Defaults to the in house provided installer solution.
+ * Default self installer dependency notation. Defaults to the in house provided installer solution.1
34
35
- public static final String DEFAULT_SELF_INSTALLER_DEPENDENCY = "net.flintmc.installer:frontend-gui:1.1.12";
+ public static final String DEFAULT_SELF_INSTALLER_DEPENDENCY = "net.flintmc.installer:frontend-gui:2.0.2";
36
37
38
* Default self installer dependency main class. Defaults to the main class of the in house provided solution.
0 commit comments