Skip to content

Commit

Permalink
bump dependency versions and build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Dec 12, 2023
1 parent e9e08d6 commit 4ef476c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
4 changes: 0 additions & 4 deletions subprojects/HousePricesIgnite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
apply plugin: 'groovy'
apply plugin: 'application'

repositories {
mavenCentral()
}

ext.appName = 'HousePricesIgnite'

application {
Expand Down
2 changes: 1 addition & 1 deletion subprojects/HousePricesSpark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'application'

ext {
appName = 'HousePricesSpark'
sparkVariant = '2.12'
sparkVariant = '2.13'
sparkVersion = '3.5.0'
}

Expand Down
2 changes: 1 addition & 1 deletion subprojects/WhiskeySpark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'application'

ext {
appName = 'WhiskeySpark'
sparkVariant = '2.12'
sparkVariant = '2.13'
sparkVersion = '3.5.0'
}

Expand Down
17 changes: 8 additions & 9 deletions subprojects/WhiskeyWayang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
apply plugin: 'groovy'
apply plugin: 'application'

repositories {
mavenCentral()
maven {
url 'https://repository.apache.org/content/repositories/orgapachewayang-1017'
}
}
//repositories {
// maven {
// url 'https://repository.apache.org/content/repositories/orgapachewayang-1017'
// }
//}

ext.appName = 'WhiskeyWayang'

Expand All @@ -38,13 +37,13 @@ tasks.named('run').configure {

ext {
wayangVersion = '0.7.1'
hadoopVersion = '3.3.5'
hadoopVersion = '3.3.6'
scalaMajorVersion = '2.12'
sparkVersion = '3.4.0'
sparkVersion = '3.5.0'
}

dependencies {
implementation "org.apache.groovy:groovy:5.0.0-alpha-1"
implementation "org.apache.groovy:groovy:5.0.0-alpha-3"
implementation "org.apache.wayang:wayang-api-scala-java_$scalaMajorVersion:$wayangVersion"
implementation "org.apache.wayang:wayang-java:$wayangVersion"
implementation("org.apache.wayang:wayang-spark_$scalaMajorVersion:$wayangVersion") {
Expand Down

0 comments on commit 4ef476c

Please sign in to comment.