Skip to content

Init Gradle project#1

Open
Vladyslav-Kuksiuk wants to merge 3 commits into
masterfrom
init
Open

Init Gradle project#1
Vladyslav-Kuksiuk wants to merge 3 commits into
masterfrom
init

Conversation

@Vladyslav-Kuksiuk

@Vladyslav-Kuksiuk Vladyslav-Kuksiuk commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

This PR initializes the Gradle project for the Embed Code Gradle plugin.

It provides:

  • The Gradle project structure.
  • A workflow that verifies the build on pull requests.

@Vladyslav-Kuksiuk Vladyslav-Kuksiuk self-assigned this Jul 14, 2026
@Vladyslav-Kuksiuk Vladyslav-Kuksiuk marked this pull request as ready for review July 14, 2026 15:44

@Oleg-Melnik Oleg-Melnik left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@Vladyslav-Kuksiuk Please see my comments.

uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 21

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why not 25? It's LTS and stable.

object BuildSettings {

/** Java toolchain version used to build and test the project. */
const val javaVersion = 21

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The same as above.

/** Kotlin dependencies used by the project. */
object Kotlin {

const val version = "2.4.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

2.4.10 is the latest stable version.

Comment thread buildSrc/build.gradle.kts
* `buildSrc` needs this version before its dependency objects are compiled.
* Keep in sync with `io.spine.embedcode.gradle.dependency.Kotlin.version`.
*/
val kotlinVersion = "2.4.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The same as above.

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