Skip to content

Commit

Permalink
fix conflicts after merge main
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Aguilera <jagedn@gmail.com>
  • Loading branch information
jagedn committed Feb 22, 2024
1 parent 821abca commit 603ba04
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
buildscript {
repositories {
mavenCentral()
}
}

plugins {
id("org.asciidoctor.jvm.convert") version "3.3.2"
}

repositories {
mavenCentral()
}

import nextflow.gradle.plugins.NextflowPlugin

apply plugin: NextflowPlugin
Expand All @@ -14,3 +28,8 @@ nextflowPlugin{
extensionPoints = [
]
}

asciidoctor{
baseDir 'src/docs/asciidoc'
attributes revnumber : { project.version.toString() }
}

0 comments on commit 603ba04

Please sign in to comment.