update project docs.

This commit is contained in:
2026-02-11 14:20:58 -05:00
parent 5d1c547eaa
commit 8401c609b5
+5 -3
View File
@@ -16,14 +16,16 @@ Gradle handles build and run of program using AspectJ Java runtime.
Build Environment: Build Environment:
JDK25, JDK25,
Eclipse 4.38 with Gradle Buildship VSCode with Edwin's Pack: Java
Or Eclipse 4.38 with Gradle Buildship
AspectJ 1.9.25+ AspectJ 1.9.25+
In Eclipse import project as an Gradle Project. In Eclipse import project as an Gradle Project.
Tests with ASPECTJ: Tests with ASPECTJ:
on windows: on windows:
gradlew.bat run ./gradlew.bat edu.tictactoe:run
/ or on linux: / or on linux:
sh ./gradlew run sh ./gradlew edu.tictactoe:run
AspectJ Referee component will call the Game plays. AspectJ Referee component will call the Game plays.