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.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.acornui.settings
ArtifactId

ArtifactId

com.acornui.settings.gradle.plugin
Last Version

Last Version

0.5.49
Release Date

Release Date

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

How to add to project

<!-- 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.

CI

Small demonstration projects for the Acorn UI Framework.

com.acornui.settings

PolyForest

Versions

Version
0.5.49
0.5.38