Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 401 for flyway (2.56 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/FlywayPluginSmokeTest.groovy

    @Requires(UnitTestPreconditions.Jdk17OrLater)
    class FlywayPluginSmokeTest extends AbstractPluginValidatingSmokeTest {
        @Override
        Map<String, Versions> getPluginsToValidate() {
            [
                'org.flywaydb.flyway': TestedVersions.flyway
            ]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1021 bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

            // https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties
            static gradleGitProperties = Versions.of("2.4.1")
    
            // https://plugins.gradle.org/plugin/org.flywaydb.flyway
            static flyway = Versions.of("10.11.0")
    
            // https://plugins.gradle.org/plugin/net.ltgt.apt
            static apt = Versions.of("0.21")
    
            // https://plugins.gradle.org/plugin/io.gitlab.arturbosch.detekt
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. maven-model-builder/src/test/resources/dag.txt

    quarkus/extensions/google-cloud-functions-http/deployment/pom.xml
    	quarkus/extensions/google-cloud-functions-http/runtime/pom.xml
    	quarkus/extensions/vertx-http/deployment/pom.xml
    quarkus/integration-tests/flyway/pom.xml
    	quarkus/extensions/flyway/runtime/pom.xml
    	quarkus/extensions/hibernate-orm/runtime/pom.xml
    	quarkus/test-framework/junit5-internal/pom.xml
    	quarkus/extensions/jdbc/jdbc-postgresql/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/metaobject/AbstractDynamicObject.java

                        publicType.getName()), name, publicType);
            } else {
                // Use the display name anyway
                return new MissingPropertyException(String.format("Could not get unknown property '%s' for %s.", name,
                        getDisplayName()), name, null);
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 17 11:25:34 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_off_init.txt

    # 'go mod init' should refuse to initialize a module if it will be
    # ignored anyway due to GO111MODULE=off.
    env GO111MODULE=off
    ! go mod init
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 15 12:46:25 UTC 2020
    - 216 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/kotlinDsl/interoperability-closure-of/tests/sanityCheck.sample.conf

    executable: gradle
    args: tasks
    # Do not fail for deprecation warnings: docs refers to old plugins anyway
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 134 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/kotlinDsl/interoperability-delegate-closure-of/tests/delegate-closure-of.sample.conf

    executable: gradle
    args: help
    # Do not fail for deprecation warnings: docs refers to old plugins anyway
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 133 bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/CompilationClassBackupService.java

     * that were not deleted by Gradle before annotation processing, would anyway result in full-recompilation, due to annotation processors limitations.
     * And in case of a Groovy/Java joint compilation, incremental compilation is anyway disabled, when annotation processing is present.
     */
    public class CompilationClassBackupService {
    
        private final Set<String> classesToCompile;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/test_fuzz_err_deadlock.txt

    # This is a somewhat inexact check, but since we don't prefix the error with anything
    # and as the error suffix is platform dependent, this is the best we can do. In the
    # deadlock failure case, the test will just deadlock and timeout anyway, so it should
    # be clear that that failure mode is different.
    stdout 'open'
    
    -- go.mod --
    module test
    
    -- cov_test.go --
    package dead
    
    import (
    	"os"
    	"path/filepath"
    	"testing"
    	"time"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 19:51:23 UTC 2023
    - 999 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/cgo_stale_precompiled.txt

    # https://go.dev/issue/47215: a missing $(go env CC) caused the precompiled net
    # to be stale. But as of https://go.dev/cl/452457 the precompiled libraries are
    # no longer installed anyway! Since we're requiring a C compiler in order to
    # build and use cgo libraries in the standard library, we should make sure it
    # matches what's in the cache.
    
    [abscc] stop
    
    env CGO_ENABLED=1
    env CC=''
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top