Skip to content

Commit

Permalink
Some build.gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krabiworld committed Jan 1, 2025
1 parent a875410 commit b8a756b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions foxogram-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ repositories {
mavenCentral()
}

configurations {
aspectjweaver
}

java {
sourceCompatibility = '21'
}
Expand Down Expand Up @@ -45,6 +41,6 @@ dependencies {

tasks.named('bootRun') {
doFirst {
jvmArgs = ["-javaagent:${configurations.aspectjweaver.singleFile} -Dspring.output.ansi.enabled=ALWAYS -XX:+UseShenandoahGC"]
jvmArgs = ["-Dspring.output.ansi.enabled=ALWAYS -XX:+UseShenandoahGC"]
}
}
2 changes: 0 additions & 2 deletions foxogram-gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ repositories {
dependencies {
implementation project(path: ':foxogram-common')
implementation 'org.springframework.boot:spring-boot-starter-websocket'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

jar {
Expand Down

0 comments on commit b8a756b

Please sign in to comment.