Some checks failed
Generate embeddings / cache-and-install (20.19.0) (push) Has been cancelled
publish / stable - armv7-unknown-linux-gnueabihf - node@22.16.0 (push) Has been cancelled
publish / stable - aarch64-unknown-linux-musl - node@22.16.0 (push) Has been cancelled
publish / stable - x86_64-unknown-linux-musl - node@22.16.0 (push) Has been cancelled
publish / Resolve Required Data (push) Has been cancelled
publish / stable - aarch64-pc-windows-msvc - node@22.16.0 (push) Has been cancelled
publish / stable - x86_64-apple-darwin - node@22.16.0 (push) Has been cancelled
publish / stable - x86_64-pc-windows-msvc - node@22.16.0 (push) Has been cancelled
publish / stable - aarch64-unknown-linux-gnu - node@22.16.0 (push) Has been cancelled
publish / stable - x86_64-unknown-linux-gnu - node@22.16.0 (push) Has been cancelled
publish / stable - aarch64-apple-darwin - node@22.16.0 (push) Has been cancelled
publish / Build FreeBSD (push) Has been cancelled
publish / Publish (push) Has been cancelled
publish / (PR Release Failure Only) Create comment for failed PR release (push) Has been cancelled
Issue Statistics / Report status (push) Has been cancelled
20 lines
608 B
Plaintext
20 lines
608 B
Plaintext
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*
|
|
* The settings file is used to specify which projects to include in your build.
|
|
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.5/userguide/building_swift_projects.html in the Gradle documentation.
|
|
* This project uses @Incubating APIs which are subject to change.
|
|
*/
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
|
|
}
|
|
rootProject.name = "batch-runner"
|