Update maven and gradle wrapper

This commit is contained in:
Patrick Baumgartner 2024-09-28 09:38:06 +02:00 committed by Dave Syer
parent 6fffe61b93
commit 608e2b6142
6 changed files with 66 additions and 15 deletions

52
.gitignore vendored
View file

@ -1,17 +1,47 @@
target/*
bin/*
build/*
.gradle/*
.settings/*
.classpath
.project
.factorypath
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### STS ###
.attach_pid*
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
/target
.sts4-cache/
.vscode
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### CSS ###
_site/
*.css
!petclinic.css