Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jdtFile (0.07 sec)

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

        }
    
        @ToBeFixedForConfigurationCache
        void enablesBeforeAndWhenAndWithPropertiesHooksForJdt() {
            given:
            def jdtFile = file('.settings/org.eclipse.jdt.core.prefs')
            jdtFile << '''
    org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.3
    '''
    
            and:
            buildScript """
    apply plugin: 'java'
    apply plugin: 'eclipse'
    
    ext.hooks = []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  2. security/pkg/credentialfetcher/plugin/gce_test.go

    			// If this is the last round, and JWT path is set, check JWT in the file.
    			jwtFile, err := getJWTFromFile(jwtPath)
    			if err != nil {
    				t.Fatalf("%s, failed to read token from file %s: %v", id, jwtPath, err)
    			}
    			if jwtFile != wantToken {
    				t.Errorf("%s, %s has token %s, want %s", id, jwtPath, jwtFile, wantToken)
    			}
    		}
    	}
    }
    
    func TestGCEPlugin(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 03 18:09:59 UTC 2021
    - 10.1K bytes
    - Viewed (0)
Back to top