Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide better defaults for OwlLoadTask #38

Open
mprather opened this issue Oct 5, 2022 · 0 comments
Open

Provide better defaults for OwlLoadTask #38

mprather opened this issue Oct 5, 2022 · 0 comments

Comments

@mprather
Copy link

mprather commented Oct 5, 2022

User Story

Building a gradle build file is tedious.

Based on observations across multiple projects, all projects typically take the output from the OwlReason task as input. If issue #37 is picked up, this would be a similar change for the OwlLoadTask.

The goal is to simplify the amount of gradle code that needs to be stamped out for what is a common pattern.

Detailed Description

Two changes suggested:

  1. Remove iris as a required parameter.
  2. Provide default values that represent the following:
    iris           = [
        "$namespace/bundle/classes",
        "$namespace/bundle/properties",
        "$namespace/bundle/individuals"
    ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant