Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canHandleDependencyWithoutSourceJarInMavenRepo (0.28 sec)

  1. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseIntegrationTest.groovy

    }
            """
        }
    
        @Test
        @Issue("GRADLE-1706") // doesn't prove that the issue is fixed because the test also passes with 1.0-milestone-4
        @ToBeFixedForConfigurationCache
        void canHandleDependencyWithoutSourceJarInMavenRepo() {
            mavenRepo.module("some", "lib", "1.0").publish()
    
            runEclipseTask """
    apply plugin: "java"
    apply plugin: "eclipse"
    
    repositories {
        maven { url "${mavenRepo}" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 17.2K bytes
    - Viewed (0)
Back to top