File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ publishing {
7373 from(components[" java" ])
7474 pom {
7575 packaging = " jar"
76- url = " https://github.com/simple-mocks/error- api"
76+ url = " https://github.com/simple-mocks/api-error "
7777
7878 licenses {
7979 license {
@@ -83,9 +83,9 @@ publishing {
8383 }
8484
8585 scm {
86- connection.set(" scm:https://github.com/simple-mocks/error- api.git" )
86+ connection.set(" scm:https://github.com/simple-mocks/api-error .git" )
8787 developerConnection.set(" scm:git:ssh://github.com/sib-energy-craft" )
88- url.set(" https://github.com/simple-mocks/error- api" )
88+ url.set(" https://github.com/simple-mocks/api-error " )
8989 }
9090
9191 developers {
@@ -110,7 +110,7 @@ publishing {
110110 }
111111 maven {
112112 name = " GitHubPackages"
113- url = uri(" https://maven.pkg.github.com/simple-mocks/error- api" )
113+ url = uri(" https://maven.pkg.github.com/simple-mocks/api-error " )
114114 credentials {
115115 username = project.findProperty(" gpr.user" )?.toString() ? : System .getenv(" GITHUB_ACTOR" )
116116 password = project.findProperty(" gpr.key" )?.toString() ? : System .getenv(" GITHUB_TOKEN" )
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ jdk_version=17
55
66# # Application info
77author =Simple Mocks
8- project_name =error- api
8+ project_name =api-error
99group =com.github.simple-mocks
10- version =0.0.6
10+ version =0.0.7
1111
1212# 3rd party libraries
1313lib_lombok_version =1.18.32
You can’t perform that action at this time.
0 commit comments