Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Conversation

@acogoluegnes
Copy link
Contributor

Fixes #169

resources {
from(sourceDir) {
include 'images/**'
include 'highlight/**/*'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't think you have/need this since source highlighter is coderay

Arnaud Cogoluègnes, Pawel Mackowski
// version is automatically set in doc.gradle, no need to change it here
// version is automatically set in asciidoc.gradle, no need to change it here
:appversion: 1.0.0.BUILD-SNAPSHOT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is set in the configuration, so it can probably removed from here, just in case?

build.gradle Outdated
}

apply plugin: 'maven'
apply plugin: 'maven-publish'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this actually can be removed entirely, as maven-publish is applied in setup.gradle

After @simonbasle's remarks.

References #169
Because import org.gradle.util.VersionNumber is deprecated,
will be removed in Gradle 8.0, and Gradle does not replacement.

References #169
@acogoluegnes acogoluegnes merged commit 2bd7d1a into 1.4.x Oct 28, 2021
acogoluegnes added a commit that referenced this pull request Oct 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants