Ensure the project uses Java 21 by updating the replit.nix configuration file. Replit-Commit-Author: Agent Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 84d583df-25bd-4291-b056-e06402231ebd Replit-Helium-Checkpoint-Created: true
30 lines
535 B
Plaintext
30 lines
535 B
Plaintext
[nix]
|
|
packages = ["adoptopenjdk-openj9-bin-16"]
|
|
channel = "stable-25_05"
|
|
|
|
[agent]
|
|
expertMode = true
|
|
|
|
[workflows]
|
|
runButton = "Project"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Project"
|
|
mode = "parallel"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "workflow.run"
|
|
args = "Start application"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Start application"
|
|
author = "agent"
|
|
|
|
[workflows.workflow.metadata]
|
|
outputType = "vnc"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "cd /home/runner/workspace/American-Identity-Project && java Display"
|