Skip to content

commit #1#38

Open
Yunir496 wants to merge 2 commits into
EffectiveMobile:mainfrom
Yunir496:dev2
Open

commit #1#38
Yunir496 wants to merge 2 commits into
EffectiveMobile:mainfrom
Yunir496:dev2

Conversation

@Yunir496

@Yunir496 Yunir496 commented Sep 2, 2025

Copy link
Copy Markdown

No description provided.

Comment thread build.gradle.kts
version = "1.0-SNAPSHOT"

java {
toolchain {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Добавь явное указание версии Java для компиляции и совместимости

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

Comment thread build.gradle.kts Outdated
@@ -0,0 +1,48 @@
plugins {
`java-library`

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

наврерное лучше
plugins {
id("java-library")
id("maven-publish")
}

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

Successfully merging this pull request may close these issues.

2 participants