Skip to content

Commit

Permalink
Added properties for possible maven deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas15v committed Nov 9, 2014
1 parent e8d0c34 commit de2c012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Expand Up @@ -15,9 +15,12 @@ apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'license'
apply plugin: 'maven'

ext.name = 'DBManager'
ext.author = 'MrMysteri0us'
group = 'de.mrmysteri0us'
version = '1.2'

repositories {
jcenter()
Expand Down

0 comments on commit de2c012

Please sign in to comment.