feat: add Gradle configuration files and build output cleanup settings
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 56s

This commit is contained in:
Your Name
2025-03-27 12:26:46 +01:00
parent 1204c7441e
commit 91e8190f14
205 changed files with 161148 additions and 50 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

50
.gitignore vendored
View File

@@ -1,50 +0,0 @@
.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
.DS_Store
*-1.0-SNAPSHOT.jar
.vscode/*
**/.vscode
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
*/target/
*/bin/
**/.vscode
*/gradle
*/gradlew*

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "automatic"
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@@ -0,0 +1,2 @@
#Wed Mar 12 11:51:54 CET 2025
gradle.version=8.9

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@@ -0,0 +1,2 @@
#Sun Mar 09 01:37:27 CET 2025
gradle.version=8.9

View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@@ -0,0 +1,2 @@
#Wed Mar 12 11:51:57 CET 2025
gradle.version=8.9

View 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.

View File

View File

@@ -0,0 +1,2 @@
#Mon Mar 10 20:23:21 CET 2025
gradle.version=8.13

View File

@@ -0,0 +1,2 @@
Command: /opt/homebrew/Cellar/openjdk/23.0.2/libexec/openjdk.jdk/Contents/Home/bin/java -Xmx1G -classpath /Users/janik/.gradle/caches/modules-2/files-2.1/net.fabricmc/tiny-remapper/0.10.4/d78e8e115ba5ac99421ce2d5e84e88b91a5f08b7/tiny-remapper-0.10.4-fat.jar net.fabricmc.tinyremapper.Main /Users/janik/Desktop/MCPlugins/environmentex-1.0-SNAPSHOT.jar /Users/janik/Desktop/MCPlugins/environmentex/build/libs/environmentex-1.0-SNAPSHOT-reobf.jar /Users/janik/Desktop/MCPlugins/environmentex/.gradle/caches/paperweight/taskCache/reobfMappings.tiny mojang spigot /Users/janik/Desktop/MCPlugins/environmentex/.gradle/caches/paperweight/taskCache/mappedServerJar.jar --threads=1
Finished after 798,34 ms.

File diff suppressed because it is too large Load Diff

Binary file not shown.

4
environmentex/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "interactive"
}

View File

@@ -0,0 +1,24 @@
main: de.hessj.environmentex.App
name: EnvironmentExtenderPlugin
version: 0.1
api-version: 1.19
depend: [HelperPlugin]
commands:
test:
description: Vote mit "Ja" für den Nachtskip
usage: /<command>
y:
description: Vote mit "Ja" für den Nachtskip
usage: /<command>
n:
description: Vote mit "Nein" für den Nachtskip
usage: /<command>
add:
description: Setzt den Whiteliststatus auf accepted
usage: /<command> <UUID>
afk:
description: Setzt den AFK Status
usage: /<command>
pin:
description: ----
usage: /<command>

Some files were not shown because too many files have changed in this diff Show More