2021-08-02
This commit is contained in:
7
mosquitto/build.gradle.kts
Normal file
7
mosquitto/build.gradle.kts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
plugins {
|
||||||
|
id("elex-java")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
|
||||||
|
}
|
||||||
7
rabbit-mq/build.gradle.kts
Normal file
7
rabbit-mq/build.gradle.kts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
plugins {
|
||||||
|
id("elex-java")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
rootProject.name = "java-examples"
|
rootProject.name = "java-examples"
|
||||||
include("java-web-token", "mockito")
|
include("java-web-token", "mockito",
|
||||||
|
"mosquitto", "rabbit-mq", "ssh", "web-socket")
|
||||||
|
|||||||
7
ssh/build.gradle.kts
Normal file
7
ssh/build.gradle.kts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
plugins {
|
||||||
|
id("elex-java")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
|
||||||
|
}
|
||||||
7
web-socket/build.gradle.kts
Normal file
7
web-socket/build.gradle.kts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
plugins {
|
||||||
|
id("elex-java")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user