Commit Graph

9 Commits (release-2.19)

Author SHA1 Message Date
John Niang c7d506c8b5
Upgrade Gradle to 8.6 (#5533)
#### What type of PR is this?

/kind cleanup
/area core

#### What this PR does / why we need it:

Upgrade Gradle to 8.6 by executing command `./gradlew wrapper --gradle-version=8.6` according to <https://github.com/gradle/gradle/releases/tag/v8.6.0>.

#### Does this PR introduce a user-facing change?

```release-note
升级 Gradle 至 8.6
```
2024-03-20 12:32:07 +00:00
John Niang 9963ad359c
Upgrade to Gradle 8.4 (#4848)
#### What type of PR is this?

/kind cleanup
/area core
/milestone 2.11.x

#### What this PR does / why we need it:

Upgrade to Gradle 8.4 by executing command `./gradlew wrapper --gradle-version 8.4 --distribution-type all`.

See https://docs.gradle.org/8.4/release-notes.html for more.

#### Does this PR introduce a user-facing change?

```release-note
升级 Gradle 至 8.4
```
2023-11-13 03:06:08 +00:00
John Niang f7eb0cd522
Upgrade to Gradle 8.0.2 (#3543)
#### What type of PR is this?

/kind cleanup
/area core

#### What this PR does / why we need it:

Upgrade to Gradle 8.0.2 by using command `./gradlew wrapper --gradle-version 8.0.2 --distribution-type bin`.

Recently, we have a plan to restructure our project via Gradle 8, so I upgrade to Gradle 8.0.2 now.

#### Does this PR introduce a user-facing change?

```release-note
None
```
2023-03-21 02:44:27 +00:00
guqing e2843adbe7
Create basic project structure for halo 2.0 (#1699)
* feat: Add project structure

* feat: Add config

* feat: Add flyway migrate config for h2 and mysql and postgresql

* fix: checkstyle config

* chore: Upgrade springboot 2.6 to 3.0.0-m1

* feat: Add spring snapshot url for repositories

* refactor: Change jdk11 to jdk17 for github ci config

* refactor: update build.gradle config
2022-03-04 15:04:11 +08:00
Ryan Wang 641264ba5c chore: clean code for next major version
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-03 11:34:42 +08:00
Ryan Wang 0dff0e9ce5
chore(deps): upgrade to spring boot 2.5.0-RC.1. (#1376) 2021-05-17 20:22:04 +08:00
Ryan Wang fc989c965c
chore: upgrade gradle and dependencies. (#688) 2020-03-17 23:56:24 +08:00
ruibaby b27123adf5 Fixed #290 2019-09-08 21:29:25 +08:00
johnniang 49e9d9e842 Change build tool from maven to gradle 2019-04-09 14:48:16 +08:00