mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 19:58: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'
|
||||
apply plugin: 'maven'
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'maven'
|
||||
}
|
||||
|
||||
group = 'de.schildbach.pte'
|
||||
archivesBaseName = 'public-transport-enabler'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue