Corrected artifact name of quasar-utils.

This commit is contained in:
Clinton Alexander 2016-10-06 14:35:00 +01:00
parent 3afcecf868
commit bde2cf1baf

View File

@ -14,7 +14,7 @@ publishing {
publications {
core(MavenPublication) {
from components.java
artifactId 'quasarutils'
artifactId 'quasar-utils'
}
}
}