Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,134 for buildA (0.04 sec)

  1. cmd/build-constants.go

    1. package cmd
    2.  
    3. import "runtime"
    4.  
    5. // DO NOT EDIT THIS FILE DIRECTLY. These are build-time constants
    6. // set through ‘buildscripts/gen-ldflags.go’.
    7. var (
    8. // GOPATH - GOPATH value at the time of build.
    9. GOPATH = ""
    10.  
    11. // GOROOT - GOROOT value at the time of build.
    12. GOROOT = ""
    13.  
    14. // Version - version time.RFC3339.
    15. Version = "DEVELOPMENT.GOGET"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed May 01 17:57:52 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. build-logic/build-update-utils/build.gradle.kts

    1. plugins {
    2. id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin")
    3. id("gradlebuild.build-logic.groovy-dsl-gradle-plugin")
    4. }
    5.  
    6. description = "Provides plugins that create update tasks for the Gradle build"
    7.  
    8. dependencies {
    9. implementation("gradlebuild:basics")
    10. implementation("com.google.code.gson:gson")
    11. implementation("org.jsoup:jsoup")
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 355 bytes
    - Viewed (0)
  3. build-logic-commons/code-quality-rules/build.gradle.kts

    1. * See the License for the specific language governing permissions and
    2. * limitations under the License.
    3. */
    4.  
    5. plugins {
    6. id("java-library")
    7. }
    8. description = "Provides a custom CodeNarc rule used by the Gradle build"
    9.  
    10. group = "gradlebuild"
    11.  
    12. dependencies {
    13. api(platform(projects.buildPlatform))
    14. compileOnly(localGroovy())
    15. compileOnly("org.codenarc:CodeNarc") {
    16. exclude(group = "org.apache.groovy")
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Sep 17 10:11:26 UTC 2024
    - 980 bytes
    - Viewed (0)
  4. tensorflow/c/BUILD

    A. Unique TensorFlower <******@****.***> 1730529661 -0700
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Nov 02 06:47:06 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  5. okhttp-android/build.gradle.kts

    1. }
    2.  
    3. android {
    4. compileSdk = 34
    5.  
    6. namespace = "okhttp.android"
    7.  
    8. defaultConfig {
    9. minSdk = 21
    10.  
    11. // Make sure to use the AndroidJUnitRunner (or a sub-class) in order to hook in the JUnit 5 Test Builder
    12. testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
    13.  
    14. buildFeatures {
    15. buildConfig = false
    16. }
    17.  
    18. testOptions {
    19. unitTests {
    20. isIncludeAndroidResources = true
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Apr 01 11:07:32 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. build-logic/dependency-modules/build.gradle.kts

    1. plugins {
    2. id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin")
    3. }
    4.  
    5. description = "Provides a plugin to minify and correct metadata for dependencies used by Gradle"
    6.  
    7. dependencies {
    8. implementation("gradlebuild:basics")
    9. implementation("com.google.code.gson:gson")
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 276 bytes
    - Viewed (0)
  7. tensorflow/c/eager/parallel_device/BUILD

    A. Unique TensorFlower <******@****.***> 1729483530 -0700
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Oct 21 04:14:14 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. build-logic/binary-compatibility/build.gradle.kts

    1. plugins {
    2. id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin")
    3. id("gradlebuild.build-logic.groovy-dsl-gradle-plugin")
    4. }
    5.  
    6. description = "Provides a plugin for configuring japicmp-gradle-plugin to detect binary incompatible changes"
    7.  
    8. dependencies {
    9. api("me.champeau.gradle:japicmp-gradle-plugin")
    10.  
    11. implementation("gradlebuild:basics")
    12. implementation("gradlebuild:module-identity")
    13.  
    14. implementation("com.google.code.gson:gson")
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Aug 21 11:57:49 UTC 2024
    - 905 bytes
    - Viewed (0)
  9. build-logic/build-init-samples/build.gradle.kts

    1. plugins {
    2. id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin")
    3. }
    4.  
    5. description = "Provides a plugin to generate samples using internal build init APIs"
    6.  
    7. dependencies {
    8. implementation("gradlebuild:basics")
    9. implementation("org.gradle.guides:gradle-guides-plugin")
    10. implementation("org.asciidoctor:asciidoctor-gradle-jvm") {
    11. because("This is a transitive dependency of 'gradle-guides-plugin' not declared there")
    12. }
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 442 bytes
    - Viewed (0)
  10. ci/official/containers/ml_build/builder.packages.txt

    1. # Packages to be installed for the new Docker image.
    2.  
    3. # Packages needed to build devtoolset
    4. file
    5. flex
    6. g++
    7. make
    8. patch
    9. rpm2cpio
    10. unar
    11. wget
    12. xz-utils
    13. cpio
    14.  
    15. # Other build-related tools
    16. apt-transport-https
    17. autoconf
    18. automake
    19. build-essential
    20. ca-certificates
    21. llvm-18
    22. clang-18
    23. clang-tidy-18
    24. lld-18
    25. clang-format-12
    26. curl
    27. git
    28. parallel
    29. sudo
    30. swig
    31. unzip
    32. zip
    33. openjdk-21-jdk
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Fri Oct 11 22:54:10 UTC 2024
    - 360 bytes
    - Viewed (0)
Back to top