Skip to content

Commit

Permalink
gradle buildScan publishIfAuthenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
aegershman committed Oct 29, 2021
1 parent b018a06 commit 15b62cc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moderne-ingest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Moderne ingest

on:
workflow_dispatch:
workflow_dispatch: {}
push:
branches: [ main ]
branches: [main]
schedule:
- cron: "0 18 * * *"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Maven Central](https://img.shields.io/maven-central/v/org.openrewrite/rewrite-java.svg)](https://mvnrepository.com/artifact/org.openrewrite/rewrite-java)

OpenRewrite project is a mass refactoring ecosystem for Java and other source code, designed to eliminate technical debt across an engineering organization.
This project delivers scalable automated code maintenance, best practices, vulnerability patching, API migrations, dependency management, and more.
This project delivers scalable automated code maintenance, best practices, vulnerability patching, API migrations, dependency management, and more.

Start with our [quickstart guide](https://docs.openrewrite.org/getting-started/getting-started) and let OpenRewrite start handling the boring parts of software development for you. Full documentation available at [docs.openrewrite.org](https://docs.openrewrite.org/).

Expand All @@ -16,9 +16,9 @@ Follow us on [Twitter](https://twitter.com/moderneinc) and [LinkedIn](https://ww

## Refactoring at Scale

[![Moderne](video_preview.png)](https://youtu.be/BCWyMm7WFCI)
Try it yourself at https://app.moderne.io, now in open beta.
[![Moderne](./doc/video_preview.png)](https://youtu.be/BCWyMm7WFCI)

Try it yourself at https://app.moderne.io, now in open beta.

This project is maintained by [Moderne](https://moderne.io/).
Visit us at https://moderne.io to learn how to remove the tedium, technical debt, and inefficiency from your organization's software development.
File renamed without changes
9 changes: 6 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ gradleEnterprise {
}

buildScan {
publishAlways()
isUploadInBackground = !isCiServer

capture {
isTaskInputFiles = true
}

isUploadInBackground = !isCiServer

publishAlways()
this as com.gradle.enterprise.gradleplugin.internal.extension.BuildScanExtensionWithHiddenFeatures
publishIfAuthenticated()
}

}

0 comments on commit 15b62cc

Please sign in to comment.