Fixing first-time build without any configuration.
parent
8cfb69a13b
commit
0bcbb686dc
|
@ -3,4 +3,3 @@
|
||||||
*.iml
|
*.iml
|
||||||
build
|
build
|
||||||
out
|
out
|
||||||
gradle.properties
|
|
|
@ -39,4 +39,4 @@ subprojects {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# please, copy this file to your user-specific $HOME/.gradle/gradle.properties
|
||||||
|
# and initialize with correct values
|
||||||
|
|
||||||
|
cargo.wildfly.hostname=localhost
|
||||||
|
cargo.wildfly.username=test
|
||||||
|
cargo.wildfly.password=test
|
||||||
|
cargo.wildfly.port=9990
|
|
@ -2,8 +2,6 @@ plugins {
|
||||||
id 'java'
|
id 'java'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'pl.tpolgrabia.trainings.javaee'
|
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
rootProject.name = 'javaee-demo1'
|
rootProject.name = 'javaee-demo1'
|
||||||
include 'javaee-demo1-ejb'
|
include ':javaee-demo1-ejb', ':javaee-demo1-ear', ':javaee-demo1-web', ':javaee-demo1-jsf'
|
||||||
include 'javaee-demo1-ear'
|
|
||||||
include 'javaee-demo1-web'
|
|
||||||
include 'javaee-demo1-jsf'
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue