Skip to content

Commit 31ae44b

Browse files
committed
Added Gradle build files.
1 parent 5a24311 commit 31ae44b

6 files changed

Lines changed: 362 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/request-for-query.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ The following tasks will need to be carried out:
3434
* [ ] Set up an `.expected` file and make sure the results only contain findings in the vulnerable class(es).
3535
* [ ] Set up an `options` file.
3636
* [ ] Set up a `pom.xml` file.
37-
* [ ] Update the documentation.
3837

3938
# Useful Commands
4039

build.gradle

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apply plugin: 'java'
2+
3+
repositories {
4+
mavenCentral()
5+
}
6+
7+
dependencies {
8+
implementation 'io.vertx:vertx-core:4.4.5'
9+
implementation 'io.vertx:vertx-web:4.4.5'
10+
implementation 'io.vertx:vertx-web-client:4.4.5'
11+
implementation 'io.vertx:vertx-jdbc-client:4.4.5'
12+
implementation 'io.vertx:vertx-rx-java2:4.4.5'
13+
implementation 'io.vertx:vertx-sql-client:4.4.5'
14+
}

gradle/wrapper/gradle-wrapper.jar

62.2 KB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
6+
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

gradlew

Lines changed: 249 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 92 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)