Skip to content

Commit

Permalink
1. ✏️ fix(`boot/platform/src/test/java/com/plate/boot/BootApplication…
Browse files Browse the repository at this point in the history
…Test.java`): Remove unnecessary import and annotation.

2. ⬆️ refactor(`gradle/wrapper/gradle-wrapper.properties`): Upgrade Gradle version to 8.12.
  • Loading branch information
vnobo committed Dec 22, 2024
1 parent 5c49980 commit 5c970b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package com.plate.boot;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

/**
* @author <a href="https://github.com/vnobo">Alex Bob</a>
*/
@SpringBootTest
class BootApplicationTest {

@Test
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 5c970b5

Please sign in to comment.