Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit 9ac6584

Browse files
committed
commit
1 parent 5662fe0 commit 9ac6584

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'net.sourceforge.getl'
9-
version '4.4.1'
9+
version '4.4.2'
1010

1111
repositories {
1212
mavenLocal()

src/main/groovy/getl/examples/launcher/ExampleRun.groovy

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class ExampleRun extends Getl {
1111
/** Storage path for examples */
1212
static public final def WorkPath = FileUtils.SystemTempDir() + '/getl_examples'
1313

14-
/** Specify an initialization class when starting Getl applications */
1514
@Override
16-
String getInitClassName() { Init.class.name }
15+
protected Class useInitClass() { Init }
1716
}

0 commit comments

Comments
 (0)