Last Version

Settings plugin for faux composite builds with Acorn UI. 0.5.49

Creates a faux composite build with Acorn UI using the project property acornUiHome. If property acornUiHome is not set, this plugin will do nothing. Acorn dependencies should be declared using `com.acornui.build.plugins.util.acorn`. E.g.: ``` dependencies { implementation(acorn(project, "utils")) } ``` This is a workaround to issue KT-30285.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.acornui.settings
ArtifactId

ArtifactId

com.acornui.settings.gradle.plugin
Version

Version

0.5.49
Type

Type

jar
Description

Description

Settings plugin for faux composite builds with Acorn UI.
Creates a faux composite build with Acorn UI using the project property acornUiHome. If property acornUiHome is not set, this plugin will do nothing. Acorn dependencies should be declared using `com.acornui.build.plugins.util.acorn`. E.g.: ``` dependencies { implementation(acorn(project, "utils")) } ``` This is a workaround to issue KT-30285.
Project URL

Project URL

https://github.com/polyforest/acornui
Project Organization

Project Organization

Poly Forest, LLC
Source Code Management

Source Code Management

https://github.com/polyforest/acornui-demos

Download com.acornui.settings.gradle.plugin 0.5.49


<!-- https://jarcasting.com/artifacts/com.acornui.settings/com.acornui.settings.gradle.plugin/ -->
<dependency>
    <groupId>com.acornui.settings</groupId>
    <artifactId>com.acornui.settings.gradle.plugin</artifactId>
    <version>0.5.49</version>
</dependency>
// https://jarcasting.com/artifacts/com.acornui.settings/com.acornui.settings.gradle.plugin/
implementation 'com.acornui.settings:com.acornui.settings.gradle.plugin:0.5.49'
// https://jarcasting.com/artifacts/com.acornui.settings/com.acornui.settings.gradle.plugin/
implementation ("com.acornui.settings:com.acornui.settings.gradle.plugin:0.5.49")
'com.acornui.settings:com.acornui.settings.gradle.plugin:jar:0.5.49'
<dependency org="com.acornui.settings" name="com.acornui.settings.gradle.plugin" rev="0.5.49">
  <artifact name="com.acornui.settings.gradle.plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acornui.settings', module='com.acornui.settings.gradle.plugin', version='0.5.49')
)
libraryDependencies += "com.acornui.settings" % "com.acornui.settings.gradle.plugin" % "0.5.49"
[com.acornui.settings/com.acornui.settings.gradle.plugin "0.5.49"]

Dependencies

compile (1)

Group / Artifact Type Version
com.acornui : gradle-app-plugins jar 0.5.49

Project Modules

There are no modules declared in this project.