Set artifact ids
This commit is contained in:
parent
26da9448ab
commit
05030fc3f0
|
@ -1,6 +1,9 @@
|
||||||
apply plugin: 'java-library'
|
apply plugin: 'java-library'
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
|
|
||||||
|
ext.artifactName = "bank-finder"
|
||||||
|
|
||||||
sourceCompatibility = "7"
|
sourceCompatibility = "7"
|
||||||
targetCompatibility = "7"
|
targetCompatibility = "7"
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,9 @@ apply plugin: 'java-library'
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
|
|
||||||
|
ext.artifactName = "banking-ui-javafx"
|
||||||
|
|
||||||
|
|
||||||
sourceCompatibility = "1.8"
|
sourceCompatibility = "1.8"
|
||||||
targetCompatibility = "1.8"
|
targetCompatibility = "1.8"
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,9 @@ apply plugin: 'java-library'
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
|
|
||||||
|
ext.artifactName = "banking-ui-common"
|
||||||
|
|
||||||
|
|
||||||
sourceCompatibility = "1.7"
|
sourceCompatibility = "1.7"
|
||||||
targetCompatibility = "1.7"
|
targetCompatibility = "1.7"
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,9 @@ apply plugin: 'java-library'
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
|
|
||||||
|
ext.artifactName = "fints4k-banking-client"
|
||||||
|
|
||||||
|
|
||||||
sourceCompatibility = "1.7"
|
sourceCompatibility = "1.7"
|
||||||
targetCompatibility = "1.7"
|
targetCompatibility = "1.7"
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,9 @@ apply plugin: 'java-library'
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
|
|
||||||
|
ext.artifactName = "hbci4j-banking-client"
|
||||||
|
|
||||||
|
|
||||||
sourceCompatibility = "1.8"
|
sourceCompatibility = "1.8"
|
||||||
targetCompatibility = "1.8"
|
targetCompatibility = "1.8"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue