Skip to content

Commit b95f5e3

Browse files
committed
Fix configuration name
1 parent b6832ef commit b95f5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ bintray {
6969

7070
publishing {
7171
publications {
72-
MyPublications(MavenPublication) {
72+
MyPublication(MavenPublication) {
7373
from components.java
7474
groupId 'net.devrieze'
7575
artifactId 'gradle-codegen'

0 commit comments

Comments
 (0)