Skip to content

Commit

Permalink
Changed from rholder github one-jar to a fork made by onslip in order…
Browse files Browse the repository at this point in the history
… to avoid [this](rholder/gradle-one-jar#34) issue
  • Loading branch information
topherbuckley authored and hannesa2 committed Aug 22, 2020
1 parent 2a7c239 commit b09ccf1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion software/IOIOBridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.github.rholder:gradle-one-jar:1.0.4'
classpath 'com.github.onslip:gradle-one-jar:1.0.5'
}
}
2 changes: 1 addition & 1 deletion software/IOIODude/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.github.rholder:gradle-one-jar:1.0.4'
classpath 'com.github.onslip:gradle-one-jar:1.0.5'
}
}
2 changes: 1 addition & 1 deletion software/applications/pc/HelloIOIOConsole/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.github.rholder:gradle-one-jar:1.0.4'
classpath 'com.github.onslip:gradle-one-jar:1.0.5'
}
}
2 changes: 1 addition & 1 deletion software/applications/pc/HelloIOIOSwing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.github.rholder:gradle-one-jar:1.0.4'
classpath 'com.github.onslip:gradle-one-jar:1.0.5'
}
}
2 changes: 1 addition & 1 deletion software/applications/pc/HelloSequencer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.github.rholder:gradle-one-jar:1.0.4'
classpath 'com.github.onslip:gradle-one-jar:1.0.5'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.github.rholder:gradle-one-jar:1.0.4'
classpath 'com.github.onslip:gradle-one-jar:1.0.5'
}
}
2 changes: 1 addition & 1 deletion software/applications/pc/IOIOServoSwing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.github.rholder:gradle-one-jar:1.0.4'
classpath 'com.github.onslip:gradle-one-jar:1.0.5'
}
}
2 changes: 1 addition & 1 deletion software/applications/pc/SeeedTestbed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.github.rholder:gradle-one-jar:1.0.4'
classpath 'com.github.onslip:gradle-one-jar:1.0.5'
}
}

0 comments on commit b09ccf1

Please sign in to comment.