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 e818e06 commit 75d1c70Copy full SHA for 75d1c70
2 files changed
README.md
@@ -1,6 +1,4 @@
1
-[](https://nodesource.com/products/nsolid)
2
-
3
-# Exchange Security Library
+# Exception Library
4
5
It is the library that contains common exception configurations.
6
build.gradle.kts
@@ -78,11 +78,11 @@ signing {
78
}
79
80
centralPortal {
81
- name = "observability"
+ name = "exception"
82
username = System.getenv("SONATYPE_USERNAME")
83
password = System.getenv("SONATYPE_PASSWORD")
84
pom {
85
- name = "Observability"
+ name = "Exception"
86
description = "A simple library to manage exceptions for Spring Boot."
87
url = "https://valensas.com/"
88
scm {
0 commit comments