Skip to content

Commit

Permalink
Merge pull request #55 from asciidoctor/jsyntrax-1.38.2
Browse files Browse the repository at this point in the history
Jsyntrax 1.38.2
  • Loading branch information
robertpanzer committed Aug 17, 2024
2 parents 51c8cfd + bea4254 commit 5f7a1a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
test:
strategy:
matrix:
java: ['11', '17']
java: ['11', '21']
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
java: '17'
java: '21'
- os: windows-latest
java: '17'
java: '21'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion asciidoctorj-diagram-jsyntrax/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
properName=AsciidoctorJ Diagram JSyntrax
description=AsciidoctorJ Diagram JSyntrax bundles the Asciidoctor Diagram JSyntrax RubyGem (asciidoctor-diagram-jsyntrax) so it can be loaded into the JVM using JRuby.
version=1.38.1
version=1.38.2
gem_name=asciidoctor-diagram-jsyntrax

8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,19 @@ buildscript {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
classpath("com.github.jruby-gradle:jruby-gradle-plugin:2.0.1") {
exclude module: 'grolifant'
exclude module: 'okhttp-digest'
}
classpath 'org.ysb33r.gradle:grolifant:0.17.0'
}
}

// modern plugins config
plugins {
id "signing"
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
id 'com.github.jruby-gradle.base' version '2.0.0'
}

// TIP use -PpublishRelease=true to active release behavior regardless of the version
Expand Down

0 comments on commit 5f7a1a2

Please sign in to comment.