# Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: BUSL-1.1 job "java" { type = "batch" constraint { attribute = "${attr.kernel.name}" value = "linux" } group "group" { reschedule { attempts = 0 unlimited = false } restart { attempts = 0 mode = "fail" } task "build" { lifecycle { hook = "prestart" sidecar = false } driver = "exec" config { command = "javac" args = ["-d", "${NOMAD_ALLOC_DIR}", "local/Pid.java"] } template { destination = "local/Pid.java" data = <