Set artifact ids

This commit is contained in:
dankito 2020-06-14 21:05:48 +02:00
parent 26da9448ab
commit 05030fc3f0
5 changed files with 15 additions and 0 deletions

View File

@ -1,6 +1,9 @@
apply plugin: 'java-library'
apply plugin: 'kotlin'
ext.artifactName = "bank-finder"
sourceCompatibility = "7"
targetCompatibility = "7"

View File

@ -2,6 +2,9 @@ apply plugin: 'java-library'
apply plugin: 'kotlin'
ext.artifactName = "banking-ui-javafx"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"

View File

@ -2,6 +2,9 @@ apply plugin: 'java-library'
apply plugin: 'kotlin'
ext.artifactName = "banking-ui-common"
sourceCompatibility = "1.7"
targetCompatibility = "1.7"

View File

@ -2,6 +2,9 @@ apply plugin: 'java-library'
apply plugin: 'kotlin'
ext.artifactName = "fints4k-banking-client"
sourceCompatibility = "1.7"
targetCompatibility = "1.7"

View File

@ -2,6 +2,9 @@ apply plugin: 'java-library'
apply plugin: 'kotlin'
ext.artifactName = "hbci4j-banking-client"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"