Skip to content

Commit

Permalink
Rename project to Terra
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBailey committed Jun 12, 2024
1 parent 43eef92 commit 2e16b4c
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ rootProject.name = "wheel"

include(
"collections",
"discord",
"platform",
"terra",
"vexillum",
"vexillum:vexillum-api",
"vexillum:vexillum-client",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.jacksonbailey.wheel.discord;
package dev.jacksonbailey.wheel.terra;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.jacksonbailey.wheel.discord;
package dev.jacksonbailey.wheel.terra;

import net.dv8tion.jda.api.JDABuilder;
import org.springframework.context.annotation.Bean;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.jacksonbailey.wheel.discord;
package dev.jacksonbailey.wheel.terra;

import java.net.URI;
import org.springframework.boot.context.properties.ConfigurationProperties;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.jacksonbailey.wheel.discord;
package dev.jacksonbailey.wheel.terra;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
Expand Down
File renamed without changes.

0 comments on commit 2e16b4c

Please sign in to comment.