1 Commits
Author SHA1 Message Date
Renovate Bot f1f801d1ab chore(deps): add renovate.json 2026-01-30 02:34:03 +00:00
5 changed files with 3 additions and 25 deletions
-13
View File
@@ -19,19 +19,6 @@ jobs:
with:
distribution: temurin
java-version: 21
cache: maven
- name: Install Maven
run: |
if ! command -v mvn >/dev/null 2>&1; then
if command -v sudo >/dev/null 2>&1; then
sudo apt-get update
sudo apt-get install -y maven
else
apt-get update
apt-get install -y maven
fi
fi
- name: Set up Node
uses: actions/setup-node@v4
-3
View File
@@ -1,3 +0,0 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
};
-8
View File
@@ -42,14 +42,6 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<release>${maven.compiler.release}</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
-1
View File
@@ -1 +0,0 @@
undefined
+3
View File
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}