mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 00:08:49 +00:00
build.gradle: Use new plugins DSL.
This commit is contained in:
parent
7efeedfbe1
commit
9650d29b37
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
apply plugin: 'java'
|
plugins {
|
||||||
apply plugin: 'maven'
|
id 'java'
|
||||||
|
id 'maven'
|
||||||
|
}
|
||||||
|
|
||||||
group = 'de.schildbach.pte'
|
group = 'de.schildbach.pte'
|
||||||
archivesBaseName = 'public-transport-enabler'
|
archivesBaseName = 'public-transport-enabler'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue