Fixed typo in 'client/build.gradle'

This commit is contained in:
RogerWillis 2016-10-28 13:33:36 +01:00
parent bc525aabdf
commit b3dc24d8b3

View File

@ -40,7 +40,7 @@ sourceSets {
publishing {
publications {
clients(MavenPublication) {
client(MavenPublication) {
from components.java
artifactId 'client'