- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getDeploymentRegistry (0.13 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/ServeDocs.java
@TaskAction public void startApplication() { System.out.println("serving docs at http://localhost:" + getPort().get()); DeploymentRegistry registry = getDeploymentRegistry(); JavaApplicationHandle handle = registry.get(getPath(), JavaApplicationHandle.class); if (handle == null) { JavaExecHandleBuilder builder = getExecActionFactory().newJavaExec();
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Apr 18 12:38:47 UTC 2024 - 2.9K bytes - Viewed (0)