File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
build-logic/src/main/kotlin/publishing Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ internal fun configureOnRootProject(project: Project) =
132132 " NO STAGING REPOSITORY (no build service) !!"
133133 }
134134
135- val asfProjectName = fetchAsfProjectName(asfName)
135+ val asfProjectName = " Apache Polaris "
136136
137137 val versionNoRc = version.toString().replace(" -rc-?[0-9]+" .toRegex(), " " )
138138
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ internal fun <T : Any> parseJson(url: String): T {
7979 }
8080}
8181
82+ // TODO: this function doesn't work because name attribute doesn't exist on
83+ // public_ldap_projects.json
8284internal fun fetchAsfProjectName (apacheId : String ): String {
8385 val projectsAll: Map <String , Map <String , Any >> =
8486 parseJson(" https://whimsy.apache.org/public/public_ldap_projects.json" )
You can’t perform that action at this time.
0 commit comments