mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
gradle fix upload documentation server url
This commit is contained in:
parent
c02440eb8e
commit
fd37bb93d5
@ -51,7 +51,7 @@ public void uploadDocumentation() {
|
||||
final String releaseFamily = buildingFamily.toExternalForm();
|
||||
final String base = docServerUrl.get();
|
||||
final String normalizedBase = base.endsWith( "/" ) ? base : base + "/";
|
||||
final String url = normalizedBase + "orm/" + releaseFamily;
|
||||
final String url = normalizedBase + releaseFamily;
|
||||
|
||||
final String stagingDirPath = stagingDirectory.get().getAsFile().getAbsolutePath();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user