We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f7dfe commit cb5b18cCopy full SHA for cb5b18c
.github/workflows/publish.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches: [ 'master' ]
6
paths-ignore:
7
+ - 'at-gradle/**'
8
- '.github/workflows/**'
9
- 'docs/**'
10
- 'README.md'
settings.gradle
@@ -1,7 +1,7 @@
1
import groovy.transform.Field
2
3
plugins {
- id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
+ id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
// NOTE: We need to load this into the classpath before GradleUtils for the service to load correctly
id 'io.freefair.javadoc-links' version '8.14' apply false // https://plugins.gradle.org/plugin/io.freefair.javadoc-links
0 commit comments