Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExternalModulesExtension (0.35 sec)

  1. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package gradlebuild.modules.extension
    
    import gradlebuild.modules.model.License
    
    
    abstract class ExternalModulesExtension(isBundleGroovy4: Boolean) {
    
        val groovyVersion = if (isBundleGroovy4) "4.0.22" else "3.0.22"
        val groovyGroup = if (isBundleGroovy4) "org.apache.groovy" else "org.codehaus.groovy"
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 29 08:06:17 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top