Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

fix gradle deprecation warnings #441

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

bognari
Copy link
Contributor

@bognari bognari commented Feb 18, 2022

- The AbstractArchiveTask.baseName property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use the archiveBaseName property instead. See https://docs.gradle.org/7.4/dsl/org.gradle.api.tasks.bundling.AbstractArchiveTask.html#org.gradle.api.tasks.bundling.AbstractArchiveTask:baseName for more details.
- The JavaExec.main property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use the mainClass property instead. See https://docs.gradle.org/7.4/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:main for more details.
@soywiz soywiz merged commit 44d9182 into soywiz-archive:master Feb 28, 2022
@soywiz
Copy link
Member

soywiz commented Feb 28, 2022

Sorry. Missed this. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants