Skip to content

Commit

Permalink
Fix project name (#10)
Browse files Browse the repository at this point in the history
* Fix project name

* Fix project name
  • Loading branch information
aryabokon authored Oct 19, 2023
1 parent 4af1c5f commit 363f5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .run/ConfigServerApplication (dev).run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</param>
</additionalParameters>
<option name="HIDE_BANNER" value="true" />
<module name="octopus-config-server.main" />
<module name="config-server.main" />
<option name="SPRING_BOOT_MAIN_CLASS" value="ConfigServerApplication" />
<extension name="net.ashald.envfile">
<option name="IS_ENABLED" value="true" />
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = "octopus-config-server"
rootProject.name = "config-server"

pluginManagement {
plugins {
Expand Down

0 comments on commit 363f5c4

Please sign in to comment.