Skip to content

Commit

Permalink
bump to gradle 8.6, modify classpath for service Run config (#72)
Browse files Browse the repository at this point in the history
* bump to gradle 8.6, modify classpath for service Run config

* bump gradle github action
  • Loading branch information
wisskirchenj authored Feb 12, 2024
1 parent 58d9211 commit d199379
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
# https://github.com/marketplace/actions/gradle-build-action
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
3 changes: 3 additions & 0 deletions .idea/runConfigurations/FlashcardsApplication.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tasks.register<Zip>("packageFrontend") {
archiveBaseName = project.name
archiveExtension = "jar"
from("dist") {
into ("static")
into("static")
}
dependsOn("npmBuild")
}
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.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit d199379

Please sign in to comment.