Skip to content

Commit a6ce952

Browse files
JavaSaBrCopilot
andauthored
Update .github/copilot-instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 76e8b58 commit a6ce952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Key repo facts (fast reference)
1313
- Java target: JDK 21+ (README indicates Java 21+).
1414
- Multi-module layout (from settings.gradle): :rlib-common, :rlib-fx, :rlib-network, :rlib-testcontainers, :rlib-mail, :rlib-logger-api, :rlib-logger-impl, :rlib-logger-slf4j, :rlib-plugin-system, :rlib-geometry, :rlib-classpath, :rlib-compiler, :rlib-io, :rlib-collections, :rlib-functions, :rlib-reusable, :rlib-reference, :rlib-concurrent, :test-coverage.
1515
- Version catalog: gradle/libs.versions.toml (declares dependency versions such as junit, testcontainers, slf4j, lombok).
16-
- No GitHub Actions workflows detected in .github/workflows at time of writing — local Gradle build is the canonical validation.
16+
- GitHub Actions: workflow in .github/workflows/develop.yml runs on the develop branch (build, test, coverage); local Gradle build remains the canonical validation.
1717

1818
Required environment (always verify before building)
1919
- JDK 21 installed and JAVA_HOME set to the JDK 21 installation. Confirm: `java -version` and `echo $JAVA_HOME`.

0 commit comments

Comments
 (0)