Skip to content

Commit

Permalink
Fix the getting started project (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 authored Jul 3, 2021
1 parent dd1c914 commit 207f5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repositories {
mainClassName = "sample.ElectronicMoneyMain"

dependencies {
compile fileTree(dir: '../../build/install/scalardb', include: '*.jar')
compile fileTree(dir: '../../build/install/scalardb/lib', include: '*.jar')
implementation fileTree(dir: '../../core/build/install/core', include: '*.jar')
implementation fileTree(dir: '../../core/build/install/core/lib', include: '*.jar')
}

sourceCompatibility = 1.8
Expand Down
Empty file.

0 comments on commit 207f5b8

Please sign in to comment.