1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-22 12:22:06 +01:00

Add maven plugin

This commit is contained in:
Paul Schaub 2018-06-07 18:11:08 +02:00
parent 5d8effb0c5
commit 2ba0200047
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -1,5 +1,7 @@
plugins {
id 'java'
id 'maven'
id 'maven-publish'
id 'ru.vyarus.animalsniffer' version '1.4.3'
}