We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc53a08 commit a0570c4Copy full SHA for a0570c4
1 file changed
build.gradle.kts
@@ -19,8 +19,6 @@ repositories {
19
20
dependencies {
21
compileOnlyApi("com.instancify.scriptify:api:1.4.2-SNAPSHOT")
22
- implementation("com.instancify.scriptify:script-js-graalvm:1.4.2-SNAPSHOT")
23
- implementation("com.instancify.scriptify:common:1.4.2-SNAPSHOT")
24
compileOnlyApi("org.projectlombok:lombok:1.18.36")
25
annotationProcessor("org.projectlombok:lombok:1.18.36")
26
}
@@ -29,7 +27,7 @@ publishing {
29
27
publications {
30
28
create<MavenPublication>("maven") {
31
groupId = project.group.toString()
32
- artifactId = project.name
+ artifactId = "generator"
33
version = project.version.toString()
34
from(components["java"])
35
0 commit comments