Files
NilsBriggen a4b9e4f770
Build / Do we need to build the application? (push) Failing after 3s
Code style / Is there any Java source code to lint? (push) Failing after 3s
Build / Gradle builder (push) Skipped
Code style / Code style linter (push) Skipped
CodeQL / Is there any code to analyze? (push) Successful in 6s
MD Lint / Markdown linter (push) Failing after 9s
Translations / Translations linter (push) Failing after 8s
CodeQL / Analyze (java) (push) Failing after 1m21s
Cleanup and polish
2026-09-24 22:14:18 +02:00

23 lines
670 B
Properties

# DO NOT QUOTE STRINGS!
#
group = dev.briggen
name = logisim-revolution
org.gradle.configuration-cache = true
# Current application version. Supported formats:
# x.y.z (i.e. "3.6.9"
# x.y.z-suffix (i.e. "3.6.9-beta1")
#
# * Suffix is optional and MUST be kept empty for **stable** rleases.
# * For non-stable builds use anything that reflects build state (i.e. "dev", "beta1", "rc1").
#
# NOTE: if you use suffix, you MUST separate it from the version number with a hypen.
version = 5.1.0-dev
# Project website URL (the shorter the better)
url = https://git.briggen.dev/NilsBriggen/Logisim-Revolution
# Fix sonar warning
systemProp.sonar.gradle.skipCompile = true