Release 2.1.0-beta.2 and try publishing docs

This commit is contained in:
Uwe Kubosch 2023-05-17 20:06:34 +02:00
parent 54eb73a137
commit 0a0ed7d428
3 changed files with 17 additions and 19 deletions

View File

@ -8,6 +8,7 @@ buildscript {
classpath "com.github.jruby-gradle:jruby-gradle-plugin:1.1.1"
}
}
apply plugin: 'groovy'
apply plugin: 'org.ajoberstar.github-pages'
apply plugin: 'com.github.jruby-gradle.base'

View File

@ -1,4 +1,4 @@
version=2.1.0-beta.1
version=2.1.0-beta.2
group=com.github.jruby-gradle
copyrightYear=2014-2023

View File

@ -1,5 +1,3 @@
ext {
testRepoDir = new File(buildDir, 'tmp/test/repo')
}
@ -70,7 +68,6 @@ test {
dependsOn prepareTestRepo
}
groovydoc {
docTitle = "${archivesBaseName} ${version}"
}