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

Do you know what that is in kotlin dsl? #2

Open
LarsArtmann opened this issue Jan 13, 2019 · 6 comments
Open

Do you know what that is in kotlin dsl? #2

LarsArtmann opened this issue Jan 13, 2019 · 6 comments

Comments

@LarsArtmann
Copy link

LarsArtmann commented Jan 13, 2019

artifacts {
    archives shadowJar
}
@bernaferrari
Copy link
Owner

That is a great question. I have no idea, I've never seen gradle like this. I'm currently on vacation, but I recommend you checking the official gradle kotlin kts migration or searching the web. I would probably guess archives = listOf(shadowJar) or archives(shadowJar) or archives =... Or something like that.

@LarsArtmann
Copy link
Author

Do you have a link to this documentation?
All suggestions did not work 😢

@bernaferrari
Copy link
Owner

bernaferrari commented Jan 14, 2019 via email

@LarsArtmann
Copy link
Author

I'll take a look.
Ever thank you for the help.

@bernaferrari
Copy link
Owner

If you find your answer, please tell me, so I can improve the script. Else, I'll try to take a closer look at next week.

@LarsArtmann
Copy link
Author

German

Leider konnte ich noch nicht die Zeit dafür finden.

English (Google translator)

Unfortunately I could not find the time for it yet.

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

2 participants