Skip to content

Commit 464f960

Browse files
committed
Add toolchains.xml to .gitignore file which created by actions/setup-java@v3 github action
1 parent 6244bcb commit 464f960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ src/test/resources/test.properties
88

99
# Files created by github actions before workflow job run
1010
# Task `gradle release` requires that git reposoitary to be clean
11-
settings.xml
11+
settings.xml
12+
toolchains.xml

0 commit comments

Comments
 (0)