Skip to content

No/thing #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: combine-dependabot-prs
uses: github/combine-prs@v4.1.0
uses: github/combine-prs@v5.0.0
with:
branch_regex: ^(dependa|wrapper)bot\/.*$
github_token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> _This repository is maintained by the Gradle Enterprise Solutions team, as one of several publicly available repositories:_
> _This repository is maintained by the Develocity Solutions team, as one of several publicly available repositories:_
> - _[Gradle Enterprise Build Configuration Samples][ge-build-config-samples]_
> - _[Gradle Enterprise Build Optimization Experiments][ge-build-optimization-experiments]_
> - _[Gradle Enterprise Build Validation Scripts][ge-build-validation-scripts]_
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'com.gradle.plugin-publish' version '1.2.1'
id 'com.github.breadmoirai.github-release' version '2.4.1'
id 'com.github.breadmoirai.github-release' version '2.5.2'
id 'org.gradle.wrapper-upgrade' version '0.11.4'
}

Expand All @@ -20,7 +20,7 @@ repositories {

dependencies {
compileOnly 'com.gradle:gradle-enterprise-gradle-plugin:3.15.1'
testImplementation(platform('org.junit:junit-bom:5.10.0'))
testImplementation(platform('org.junit:junit-bom:5.10.1'))
testImplementation('org.junit.jupiter:junit-jupiter')
}

Expand Down