We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1963221 commit 1ed19a7Copy full SHA for 1ed19a7
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
id "com.github.maiflai.scalatest" version "0.26"
9
id "com.github.johnrengelman.shadow" version "5.2.0"
10
id 'io.codearte.nexus-staging' version '0.21.2'
11
- id "com.github.harbby.gradle.serviceloader" version "1.1.5"
+ id "net.researchgate.release" version "2.8.1"
12
}
13
14
allprojects {
@@ -18,6 +18,7 @@ allprojects {
18
apply plugin: 'java'
19
apply plugin: 'scala'
20
apply plugin: 'com.github.johnrengelman.shadow'
21
+ apply plugin: 'maven'
22
apply plugin: 'maven-publish'
23
apply plugin: 'signing'
24
apply plugin: 'com.github.maiflai.scalatest'
0 commit comments