Skip to content

Commit

Permalink
Fix typo in README.md and add missing gradlePluginPortal() to samples…
Browse files Browse the repository at this point in the history
… (pull #4)
  • Loading branch information
sleshJdev authored Aug 28, 2020
1 parent 1eafec8 commit 764c050
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ plugins {
// We can set this on the command line too this way: -PjavacppPlatform=android-arm64
ext {
javacppPlatorm = 'android-arm64' // or any other platform, defaults to Loader.getPlatform()
javacppPlatform = 'android-arm64' // or any other platform, defaults to Loader.getPlatform()
}
dependencies {
Expand Down Expand Up @@ -87,7 +87,7 @@ plugins {
// We can set this on the command line too this way: -PjavacppPlatform=linux-x86_64,macosx-x86_64,windows-x86_64,etc
ext {
javacppPlatorm = 'linux-x86_64,macosx-x86_64,windows-x86_64,etc' // defaults to Loader.getPlatform()
javacppPlatform = 'linux-x86_64,macosx-x86_64,windows-x86_64,etc' // defaults to Loader.getPlatform()
}
dependencies {
Expand Down
1 change: 1 addition & 0 deletions samples/javacv-demo/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pluginManagement {
mavenLocal()
mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
gradlePluginPortal()
}
}

Expand Down
1 change: 1 addition & 0 deletions samples/zlib/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pluginManagement {
mavenLocal()
mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
gradlePluginPortal()
}
}

Expand Down

0 comments on commit 764c050

Please sign in to comment.