Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 62 for Artifact (0.15 sec)

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTask.java

    import org.gradle.api.Action;
    import org.gradle.api.DefaultTask;
    import org.gradle.api.JavaVersion;
    import org.gradle.api.Project;
    import org.gradle.api.artifacts.Configuration;
    import org.gradle.api.artifacts.ResolvedArtifact;
    import org.gradle.api.artifacts.ResolvedDependency;
    import org.gradle.api.artifacts.dsl.DependencyHandler;
    import org.gradle.api.file.ConfigurableFileCollection;
    import org.gradle.api.file.DirectoryProperty;
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Wed Apr 26 10:58:32 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  2. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateAgpVersions.kt

                "https://androidx.dev/studio/builds"
            )
            val nightlyVersion = dbf.fetchNightlyVersion(
                "https://androidx.dev/studio/builds/$nightlyBuildId/artifacts/artifacts/repository/com/android/application/com.android.application.gradle.plugin/maven-metadata.xml"
            )
            return FetchedVersions(latests, nightlyBuildId, nightlyVersion)
        }
    
        private
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Fri Jun 02 09:17:07 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  3. ci/official/upload.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    # This script uploads all staged artifacts from all previous builds in the same
    # job chain to GCS and PyPI.
    source "${BASH_SOURCE%/*}/utilities/setup.sh"
    
    # Update the version numbers for Nightly only, then fetch the version numbers
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Wed Jan 24 20:52:12 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. build-logic/buildquality/src/main/kotlin/gradlebuild.configure-ci-artifacts.gradle.kts

    Paul Merlin <******@****.***> 1726064507 +0200
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Wed Sep 11 14:21:47 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. .gitignore

    /src/internal/runtime/sys/zversion.go
    /src/unicode/maketables
    /src/time/tzdata/zzipdata.go
    /test.out
    /test/garbage/*.out
    /test/pass.out
    /test/run.out
    /test/times.out
    
    # This file includes artifacts of Go build that should not be checked in.
    # For files created by specific development environment (e.g. editor),
    # use alternative ways to exclude files from git.
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Tue Jul 23 19:05:35 UTC 2024
    - 958 bytes
    - Viewed (0)
  6. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDslReferencePlugin.java

     * limitations under the License.
     */
    
    package gradlebuild.docs;
    
    import org.gradle.api.Plugin;
    import org.gradle.api.Project;
    import org.gradle.api.artifacts.Configuration;
    import org.gradle.api.file.ConfigurableFileTree;
    import org.gradle.api.file.ProjectLayout;
    import org.gradle.api.model.ObjectFactory;
    import org.gradle.api.tasks.TaskContainer;
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 5.7K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin_installplugin.jsp

                                            <div class="form-group row">
                                                <la:errors property="selectedArtifact"/>
                                                <la:select styleId="artifacts" property="id" styleClass="form-control">
                                                    <c:forEach var="item" varStatus="s"
                                                               items="${availableArtifactItems}">
    Registered: Mon Oct 28 08:04:08 UTC 2024
    - Last Modified: Fri Feb 14 12:15:45 UTC 2020
    - 5.8K bytes
    - Viewed (0)
  8. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleReleaseNotesPlugin.java

    import gradlebuild.buildutils.tasks.CheckContributorsInReleaseNotes;
    import gradlebuild.buildutils.tasks.UpdateContributorsInReleaseNotes;
    import org.gradle.api.Plugin;
    import org.gradle.api.Project;
    import org.gradle.api.artifacts.Configuration;
    import org.gradle.api.file.ProjectLayout;
    import org.gradle.api.provider.MapProperty;
    import org.gradle.api.tasks.TaskContainer;
    import org.gradle.api.tasks.TaskProvider;
    import org.gradle.util.GradleVersion;
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Fri Jul 26 08:15:16 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. .teamcity/src/main/kotlin/projects/StageProject.kt

                // The space removal is necessary - otherwise it doesn't show
                val artifactDirName = performanceTestTrigger.name.replace(" ", "")
                performancePartialTrigger.dependencies {
                    artifacts(performanceTestTrigger) {
                        id = "artifact_dependency_${performancePartialTrigger.uuid}_${(performanceTestTrigger.id as RelativeId).relativeId}"
                        artifactRules = "**/* => $artifactDirName"
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Mon Oct 07 09:17:14 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  10. common/scripts/kind_provisioner.sh

    # and deletes the KinD cluster with that name
    function cleanup_kind_cluster() {
      echo "Test exited with exit code $?."
      NAME="${1}"
      kind export logs --name "${NAME}" "${ARTIFACTS}/kind" -v9 || true
      if [[ -z "${SKIP_CLEANUP:-}" ]]; then
        echo "Cleaning up kind cluster"
        kind delete cluster --name "${NAME}" -v9 || true
      fi
    }
    
    Registered: Wed Oct 30 22:53:10 UTC 2024
    - Last Modified: Wed Aug 21 04:47:23 UTC 2024
    - 17.2K bytes
    - Viewed (0)
Back to top