Skip to content

Commit 1ed19a7

Browse files
Apply maven plugin for release
1 parent 1963221 commit 1ed19a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id "com.github.maiflai.scalatest" version "0.26"
99
id "com.github.johnrengelman.shadow" version "5.2.0"
1010
id 'io.codearte.nexus-staging' version '0.21.2'
11-
id "com.github.harbby.gradle.serviceloader" version "1.1.5"
11+
id "net.researchgate.release" version "2.8.1"
1212
}
1313

1414
allprojects {
@@ -18,6 +18,7 @@ allprojects {
1818
apply plugin: 'java'
1919
apply plugin: 'scala'
2020
apply plugin: 'com.github.johnrengelman.shadow'
21+
apply plugin: 'maven'
2122
apply plugin: 'maven-publish'
2223
apply plugin: 'signing'
2324
apply plugin: 'com.github.maiflai.scalatest'

0 commit comments

Comments
 (0)