Compare commits
2 Commits
1c7e05f6a3
...
a68f02bab4
| Author | SHA1 | Date | |
|---|---|---|---|
| a68f02bab4 | |||
| aad6ba3747 |
@@ -4,12 +4,12 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
|
|||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
application
|
application
|
||||||
id("com.gradleup.shadow") version "9.2.2"
|
id("com.gradleup.shadow") version "9.4.1"
|
||||||
id("com.github.node-gradle.node") version "7.1.0"
|
id("com.github.node-gradle.node") version "7.1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
node {
|
node {
|
||||||
version.set("22.19.0") // версия Node.js
|
version.set("24.15.0") // версия Node.js
|
||||||
npmVersion.set("11.12.1") // версия npm
|
npmVersion.set("11.12.1") // версия npm
|
||||||
download.set(true) // автоматически скачать Node.js
|
download.set(true) // автоматически скачать Node.js
|
||||||
workDir.set(file("${project.projectDir}/.gradle/nodejs"))
|
workDir.set(file("${project.projectDir}/.gradle/nodejs"))
|
||||||
@@ -24,7 +24,7 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
val vertxVersion = "5.0.10"
|
val vertxVersion = "5.0.11"
|
||||||
|
|
||||||
val mainVerticleName = "su.xserver.iikocon.MainVerticle"
|
val mainVerticleName = "su.xserver.iikocon.MainVerticle"
|
||||||
val launcherClassName = "io.vertx.launcher.application.VertxApplication"
|
val launcherClassName = "io.vertx.launcher.application.VertxApplication"
|
||||||
@@ -53,11 +53,11 @@ dependencies {
|
|||||||
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
|
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
|
||||||
implementation("org.slf4j:slf4j-api:2.0.17")
|
implementation("org.slf4j:slf4j-api:2.0.17")
|
||||||
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl
|
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl
|
||||||
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3")
|
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4")
|
||||||
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
|
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
|
||||||
implementation("org.apache.logging.log4j:log4j-core:2.25.3")
|
implementation("org.apache.logging.log4j:log4j-core:2.25.4")
|
||||||
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api
|
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api
|
||||||
implementation("org.apache.logging.log4j:log4j-api:2.25.3")
|
implementation("org.apache.logging.log4j:log4j-api:2.25.4")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
libs/vertx-core-logging-5.0.11.jar
Normal file
BIN
libs/vertx-core-logging-5.0.11.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
libs/vertx-web-sstore-redis-5.0.11.jar
Normal file
BIN
libs/vertx-web-sstore-redis-5.0.11.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user