Skip to content

Commit

Permalink
Move github into maven
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Jul 18, 2024
1 parent d5bb73d commit 719c3ba
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,9 @@ abstract class PublishPlugin : Plugin<Project> {
releaseRepository.set(false)
}
}
}
}
release {
github {
enabled.set(false)
github {
enabled.set(false)
}
}
}
}
Expand Down

0 comments on commit 719c3ba

Please sign in to comment.