- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 195 for gradlebuild (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/basics/src/main/kotlin/gradlebuild.minify.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ import gradlebuild.basics.classanalysis.Attributes.artifactType import gradlebuild.basics.classanalysis.Attributes.minified import gradlebuild.basics.transforms.Minify import org.gradle.api.internal.attributes.AttributesFactory import org.gradle.internal.component.external.model.DefaultModuleComponentSelector
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 16:18:05 GMT 2025 - 5.6K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild.wrapper.gradle.kts
import gradlebuild.basics.capitalize import com.google.gson.Gson import java.net.URI wrapperUpdateTask("nightly", "nightly") wrapperUpdateTask("rc", "release-candidate") wrapperUpdateTask("current", "current") tasks.withType<Wrapper>().configureEach { val jvmOpts = "-Dfile.encoding=UTF-8" inputs.property("jvmOpts", jvmOpts) doLast { val optsEnvVar = "DEFAULT_JVM_OPTS"Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Sep 17 08:58:33 GMT 2024 - 1.4K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
* limitations under the License. */ import gradlebuild.EnrichedReportRenderer import gradlebuild.basics.GradleModuleApiAttribute import gradlebuild.basics.PublicApi import gradlebuild.basics.PublicKotlinDslApi import gradlebuild.binarycompatibility.BinaryCompatibilityHelper import gradlebuild.binarycompatibility.CleanAcceptedApiChanges import gradlebuild.binarycompatibility.transforms.ExplodeZipAndFindJars
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 8.9K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.integration-tests.gradle.kts
* limitations under the License. */ import gradlebuild.basics.testing.TestType import gradlebuild.basics.testing.includeSpockAnnotation import gradlebuild.integrationtests.addDependenciesAndConfigurations import gradlebuild.integrationtests.configureIde import gradlebuild.integrationtests.createTasks import gradlebuild.integrationtests.createTestTask import gradlebuild.integrationtests.extension.IntegrationTestExtension
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 18 16:39:23 GMT 2025 - 2.4K bytes - Click Count (5) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import gradlebuild.basics.gradleProperty import gradlebuild.identity.extension.GradleModuleExtension plugins { id("publishing") } val artifactoryUrl get() = System.getenv("GRADLE_INTERNAL_REPO_URL") ?: "" val artifactoryUserNameCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 17 16:12:44 GMT 2025 - 3.4K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.test-fixtures.gradle.kts
* * Configures the Project as a test fixtures consumer according to the `testFixtures` extension configuration. */ plugins { `java-test-fixtures` groovy id("gradlebuild.dependency-modules") id("gradlebuild.jvm-compile") } jvmCompile { addCompilationFrom(sourceSets.named("testFixtures")) { // By default, test fixtures compile to the same JVM version as the production code.Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Jun 24 14:00:52 GMT 2025 - 3.5K bytes - Click Count (0) -
build-logic/idea/src/main/kotlin/gradlebuild.ide.gradle.kts
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import gradlebuild.basics.repoRoot import org.gradle.plugins.ide.idea.model.IdeaProject import org.jetbrains.gradle.ext.CopyrightConfiguration import org.jetbrains.gradle.ext.ProjectSettings import org.jetbrains.gradle.ext.Remote
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jan 30 10:41:28 GMT 2025 - 3.8K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.incubation-report.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ import gradlebuild.basics.accessors.kotlinMainSourceSet import gradlebuild.basics.capitalize import gradlebuild.basics.releasedVersionsFile import gradlebuild.basics.repoRoot import gradlebuild.incubation.tasks.IncubatingApiReportTask plugins { java groovy }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jul 02 12:28:02 GMT 2025 - 2.3K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.arch-test.gradle.kts
* limitations under the License. */ import com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration import gradlebuild.archtest.PackageCyclesExtension plugins { `jvm-test-suite` id("gradlebuild.dependency-modules") id("gradlebuild.code-quality") id("gradlebuild.jvm-compile") } val packageCyclesExtension = extensions.create<PackageCyclesExtension>("packageCycles").apply {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 18:51:33 GMT 2025 - 3.2K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.detekt.gradle.kts
config.convention(project.isolated.rootProject.projectDirectory.file("gradle/detekt.yml")) // also check the project build file source.from(project.buildFile) } pluginManager.withPlugin("gradlebuild.code-quality") { tasks { named("codeQuality") { dependsOn(detekt) } }
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jun 20 10:11:35 GMT 2024 - 1.1K bytes - Click Count (0)