added maven plugin

This commit is contained in:
Alexander Nozik 2018-08-22 12:45:05 +03:00
parent 982bee02ba
commit 544f65d9a2

View File

@ -9,6 +9,10 @@ buildscript {
}
}
subprojects{
apply plugin: 'maven'
}
group = 'scientifik'
version = '0.1 - SNAPSHOT'