-
Notifications
You must be signed in to change notification settings - Fork 124
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 #675 from asciidoctor/schalk/grolifant-2
Remove most deprecated Grolifant 2.0 APIs
- Loading branch information
Showing
232 changed files
with
6,537 additions
and
3,886 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
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
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
Oops, something went wrong.