Skip to content

Commit

Permalink
Backport to branch(3.10) : Fix a build error of docs/getting-started (#…
Browse files Browse the repository at this point in the history
…1867)

Co-authored-by: Mitsunori Komatsu <[email protected]>
Co-authored-by: Toshihiro Suzuki <[email protected]>
  • Loading branch information
3 people authored Jun 7, 2024
1 parent 5521320 commit 8925e76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/getting-started/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ repositories {
mavenCentral()
}

mainClass = "sample.ElectronicMoneyMain"
application {
mainClass = "sample.ElectronicMoneyMain"
}

dependencies {
implementation 'com.scalar-labs:scalardb:3.10.4'
implementation 'org.slf4j:slf4j-simple:1.7.30'
}

sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 1.8
targetCompatibility = 1.8
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-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8925e76

Please sign in to comment.