Skip to content

Commit dc0f3a4

Browse files
committed
Replace 'maven' plugin by 'maven-publish'
1 parent 6895540 commit dc0f3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'org.jetbrains.kotlin.jvm'
3-
id 'maven'
3+
id 'maven-publish'
44
id 'application'
55
id 'com.github.jk1.tcdeps' version '1.2'
66
id 'com.jaredsburrows.license' version '0.8.42'

shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'org.jetbrains.kotlin.jvm'
3-
id 'maven'
3+
id 'maven-publish'
44
}
55

66
version = projectVersion

0 commit comments

Comments
 (0)