Skip to content

Commit

Permalink
build: update pegasus to v28 to add PDL support (#1664)
Browse files Browse the repository at this point in the history
See linkedin/rest.li#283 for new repo location
  • Loading branch information
mars-lan authored May 8, 2020
1 parent 4c7f647 commit 246b736
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
buildscript {
ext.pegasusVersion = '28.3.7'

apply from: './repositories.gradle'
buildscript.repositories.addAll(project.repositories)
dependencies {
classpath 'com.linkedin.pegasus:gradle-plugins:27.7.18'
classpath 'com.linkedin.pegasus:gradle-plugins:' + pegasusVersion
classpath 'com.moowork.gradle:gradle-node-plugin:1.3.1'
classpath "com.commercehub.gradle.plugin:gradle-avro-plugin:0.8.1"
classpath 'com.commercehub.gradle.plugin:gradle-avro-plugin:0.8.1'
}
}

final pegasusVersion = '27.7.18'
project.ext.spec = [
'product' : [
'pegasus' : [
Expand Down
3 changes: 3 additions & 0 deletions repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
maven {
url "https://linkedin.bintray.com/maven/"
}
}

try {
Expand Down

0 comments on commit 246b736

Please sign in to comment.