We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51c913 commit 170e802Copy full SHA for 170e802
2 files changed
README.md
@@ -61,7 +61,7 @@ Adding dependency:
61
```xml
62
<dependency>
63
<groupId>com.instancify.scriptify.kts</groupId>
64
- <artifactId>kts</artifactId>
+ <artifactId>script</artifactId>
65
<version>1.0.0-SNAPSHOT</version>
66
</dependency>
67
```
@@ -77,5 +77,5 @@ maven {
77
78
Adding dependency:
79
```groovy
80
-implementation "com.instancify.scriptify.kts:kts:1.0.0-SNAPSHOT"
+implementation "com.instancify.scriptify.kts:script:1.0.0-SNAPSHOT"
81
build.gradle.kts
@@ -23,7 +23,7 @@ publishing {
23
publications {
24
create<MavenPublication>("maven") {
25
groupId = project.group.toString()
26
- artifactId = "kts"
+ artifactId = "script"
27
version = project.version.toString()
28
from(components["java"])
29
}
0 commit comments