Skip to content

Commit

Permalink
change AppAplication dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi-Jr committed Jun 26, 2024
1 parent 3e64e7c commit f9411e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hexlet-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Hexlet project check
uses: hexlet/project-action@release
with:
build-root-directory: app
hexlet-id: ${{ secrets.HEXLET_ID }}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ group = "hexlet.code"
version = "0.0.1-SNAPSHOT"

application {
mainClass = "hexlet.code.app.AppApplication"
mainClass = "hexlet.code.AppApplication"
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package hexlet.code.app;
package hexlet.code;

import net.datafaker.Faker;
import org.springframework.boot.SpringApplication;
Expand Down

0 comments on commit f9411e6

Please sign in to comment.