Skip to content

Commit

Permalink
* upgraded dependencies to the latest versions
Browse files Browse the repository at this point in the history
* configured CI
  • Loading branch information
Denis Zhdanov committed Apr 21, 2024
1 parent b5b30ad commit 6201b38
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Java CI with Gradle

on:
push:
branches: [ "main" ]

jobs:
build:
uses: harmonysoft-tech/ci/.github/workflows/gradle-plugin.yml@main
secrets: inherit
permissions:
contents: write
11 changes: 5 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
plugins {
kotlin("jvm") version "1.9.10"
`java-gradle-plugin`
kotlin("jvm") version "1.9.23"
id("com.gradle.plugin-publish") version "1.2.1"
id("tech.harmonysoft.oss.gradle.release.paperwork") version "1.7.0"
id("tech.harmonysoft.oss.gradle.release.paperwork") version "1.10.0"
}

group = "tech.harmonysoft"
Expand Down Expand Up @@ -30,10 +31,8 @@ repositories {
}

dependencies {
api(gradleApi())
testImplementation(gradleTestKit())
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("tech.harmonysoft:harmonysoft-common-test:1.92.0")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6201b38

Please sign in to comment.