Skip to content

Commit

Permalink
Restore jruby back to v2.0.0 for Java8 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Dec 21, 2021
1 parent 133c292 commit 3b00d3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
plugins {
id "signing"
id "io.codearte.nexus-staging" version "0.22.0"
id 'com.github.jruby-gradle.base' version '2.0.1'
id 'com.github.jruby-gradle.base' version '2.0.0'
}

apply plugin: 'io.codearte.nexus-staging'
Expand Down
6 changes: 0 additions & 6 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,3 @@ publishing {
}
}
}

nexusPublishing {
repositories {
sonatype()
}
}

0 comments on commit 3b00d3d

Please sign in to comment.