Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for beanshell (0.04 sec)

  1. build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts

            applyRule<DependencyRemovalByNameRule>("jcifs:jcifs", setOf("servlet-api"))
    
            // Bsh moved coordinates. Depend on the new coordinates.
            applyRule<DependencyRemovalByGroupRule>(libs.testng, setOf("org.beanshell"))
            applyRule<DependencyAdditionRule>(libs.testng, libs.bsh)
    
            // Test dependencies - minify: remove unused transitive dependencies
            applyRule<DependencyRemovalByNameRule>(
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Jul 18 11:32:19 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  2. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java

     *  </tr>
     *  <tr>
     *      <td>language</td>
     *      <td>none (detected)</td>
     *      <td>No. Default: <code>java</code></td>
     *      <td>The implementation language for this Mojo (Java, beanshell, etc.).</td>
     *  </tr>
     *  <tr>
     *      <td>configurator</td>
     *      <td>configurator = "&lt;role-hint&gt;"</td>
     *      <td>No</td>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Apr 05 11:52:05 UTC 2025
    - 7.4K bytes
    - Viewed (0)
Back to top