We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53772c4 commit 1f6e6d1Copy full SHA for 1f6e6d1
README.md
@@ -15,7 +15,7 @@ buildscript {
15
jcenter()
16
}
17
dependencies {
18
- classpath 'de.inetsoftware:jwebassembly-gradle:+'
+ classpath 'gradle.plugin.de.inetsoftware:jwebassembly-gradle:+'
19
20
21
build.gradle
@@ -64,4 +64,7 @@ pluginBundle {
64
displayName = 'Gradle JWebAssembly plugin'
65
66
67
+ mavenCoordinates {
68
+ artifactId = archivesBaseName
69
+ }
70
0 commit comments