Skip to content

Commit

Permalink
[gradle] Correct the nexus config
Browse files Browse the repository at this point in the history
  • Loading branch information
zero88 committed Aug 1, 2024
1 parent 855e193 commit e980fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

project.ext.set("baseName", (gradle as ExtensionAware).extensions["BASE_NAME"] as String)
project.ext.set(NexusConfig.NEXUS_VERSION_KEY, NexusVersion.BEFORE_2021_02_24)
project.ext.set(NexusConfig.NEXUS_VERSION_KEY, NexusVersion.AFTER_2021_02_24)

allprojects {
group = project.ext.get("projectGroup") as String
Expand Down

0 comments on commit e980fe9

Please sign in to comment.