Skip to content

Commit be1fe7c

Browse files
authored
Update build.gradle
1 parent bcd6cef commit be1fe7c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ plugins {
55
id "com.diffplug.spotless" version "7.2.1"
66
}
77

8-
ext {
9-
javaMainClass = "io.cloudquery.MainClass"
10-
}
11-
128
group 'io.cloudquery'
139
// x-release-please-start-version
1410
version = '0.0.44'
@@ -109,10 +105,10 @@ publishing {
109105
}
110106

111107
task runMemDBServe(type: JavaExec) {
108+
mainClass.set("io.cloudquery.MainClass")
112109
group = "Execution"
113110
description = "Start the MemDB plugin server"
114111
classpath = sourceSets.main.runtimeClasspath
115-
main = javaMainClass
116112
args = ["serve"]
117113
jvmArgs = ["--add-opens=java.base/java.nio=ALL-UNNAMED"]
118114
}

0 commit comments

Comments
 (0)