Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for intercept_setSourceCompatibility (0.34 sec)

  1. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

    ```java
    public void applyPlugin(Project project) {
         project.tasks.named("compileJava", JavaCompile.class, task -> {
    	    JavaCompileInterceptorsDeclaration.intercept_setSourceCompatibility(task, "1.8");
         });
    }
    ```
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top