last uncommit

This commit is contained in:
krishna 2024-06-07 20:13:46 -07:00
parent 69551882ed
commit 2b28ae3304
2 changed files with 16 additions and 0 deletions

View file

@ -142,5 +142,11 @@ My device is running with user 'krishna' and Jenkins service is running with the
sudo setfacl -R -m user:jenkins:rwx /var/run/docker.sock
`````
### LAST UMCOMMIT
`````
git reset --hard HEAD~1
git push origin -f
`````
## License
The Spring PetClinic sample application is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).

View file

@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"java.compile.nullAnalysis.mode": "automatic"
}
}