File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Adding dependency:
6161``` xml
6262<dependency >
6363 <groupId >com.instancify.scriptify.kts</groupId >
64- <artifactId >kts </artifactId >
64+ <artifactId >script </artifactId >
6565 <version >1.0.0-SNAPSHOT</version >
6666</dependency >
6767```
@@ -77,5 +77,5 @@ maven {
7777
7878Adding dependency:
7979``` groovy
80- implementation "com.instancify.scriptify.kts:kts :1.0.0-SNAPSHOT"
80+ implementation "com.instancify.scriptify.kts:script :1.0.0-SNAPSHOT"
8181```
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ publishing {
2323 publications {
2424 create<MavenPublication >(" maven" ) {
2525 groupId = project.group.toString()
26- artifactId = " kts "
26+ artifactId = " script "
2727 version = project.version.toString()
2828 from(components[" java" ])
2929 }
You can’t perform that action at this time.
0 commit comments