mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 23:38:48 +00:00
build.gradle: Add 'maven' plugin, so snapshot can be installed to local repository.
This commit is contained in:
parent
e6c27d125d
commit
48ea599cfd
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'maven'
|
||||
|
||||
group = 'de.schildbach.pte'
|
||||
archivesBaseName = 'public-transport-enabler'
|
||||
|
||||
dependencies {
|
||||
compile 'com.squareup.okhttp3:okhttp:3.12.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue