Skip to content

Commit 23d1531

Browse files
committed
build: remove unnecessary maven version mapping block
1 parent 54fefc6 commit 23d1531

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gradle/publishing.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ publishing {
88
publications {
99
register('grailsMailPlugin', MavenPublication) {
1010
from javaComponent.get()
11-
versionMapping {
12-
usage('java-api') { fromResolutionOf('runtimeClasspath') }
13-
usage('java-runtime') { fromResolutionResult() }
14-
}
1511
pom {
1612
name = 'Grails Mail plugin'
1713
description = 'Provides Mail support to a running Grails application'

0 commit comments

Comments
 (0)