From 133332a2767cf2fdc7e2baae567d4444b3cbe397 Mon Sep 17 00:00:00 2001 From: Sherwin Price Date: Sat, 2 May 2026 13:09:49 -0400 Subject: [PATCH] Doc update. Remove AspectJ component. AspectJ reflection, and support not working on JDK-26 yet. --- readme.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 77e2819..8258354 100644 --- a/readme.txt +++ b/readme.txt @@ -12,20 +12,19 @@ considering players O has 4 moves. Project is build as gradle root and child projects. -Gradle handles build and run of program using AspectJ Java runtime. +Gradle handles build and run of program using Java runtime. Build Environment: -JDK25, +JDK26, VSCode with Edwin's Pack: Java Or Eclipse 4.38 with Gradle Buildship -AspectJ 1.9.25+ In Eclipse import project as an Gradle Project. -Tests with ASPECTJ: +Tests : on windows: ./gradlew.bat edu.tictactoe:run / or on linux: sh ./gradlew edu.tictactoe:run - AspectJ Referee component will call the Game plays. + Referee component will call the Game plays.