-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #662 from asciidoctor/development-4.x
Make 4.x the main development
- Loading branch information
Showing
275 changed files
with
7,212 additions
and
4,377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Enable auto-env through the sdkman_auto_env config | ||
# Add key=value pairs of SDKs to use below | ||
java=8.0.302-open |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
configurations { | ||
additionalPluginClasspath | ||
agProject { | ||
withAdditionalPluginClasspath() | ||
|
||
configurePlugin( | ||
'org.asciidoctor.editorconfig', | ||
'Asciidoctor Editor Config Plugin', | ||
'Generate .asciidoctorconfig files for use by supported IDEs', | ||
'org.asciidoctor.gradle.editorconfig.AsciidoctorEditorConfigPlugin', | ||
['intellij', 'idea'] | ||
) | ||
} | ||
|
||
dependencies { | ||
implementation project(':asciidoctor-gradle-base') | ||
additionalPluginClasspath project(':asciidoctor-gradle-jvm') | ||
} | ||
|
||
pluginUnderTestMetadata { | ||
pluginClasspath.from configurations.additionalPluginClasspath | ||
} | ||
|
||
configurePlugin 'org.asciidoctor.editorconfig', | ||
'Asciidoctor Editor Config Plugin', | ||
'Generate .asciidoctorconfig files for use by supported IDEs', | ||
['asciidoctor', 'intellij', 'idea'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.