Skip to content

Commit cb5b18c

Browse files
committed
Ignore at-gradle for workflow and fix build, fixes #25
1 parent f8f7dfe commit cb5b18c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ 'master' ]
66
paths-ignore:
7+
- 'at-gradle/**'
78
- '.github/workflows/**'
89
- 'docs/**'
910
- 'README.md'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import groovy.transform.Field
22

33
plugins {
4-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
4+
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
55

66
// NOTE: We need to load this into the classpath before GradleUtils for the service to load correctly
77
id 'io.freefair.javadoc-links' version '8.14' apply false // https://plugins.gradle.org/plugin/io.freefair.javadoc-links

0 commit comments

Comments
 (0)