Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Releases: SpineEventEngine/bootstrap

1.9.0

Choose a tag to compare

@armiol armiol released this 22 May 11:10
b088ca2

This public release brings the compatibility with the Spine release in version 1.9.0.

Similar to the previous releases, this update still works on top of Gradle 6.x and Java 8.

1.8.2

Choose a tag to compare

@armiol armiol released this 29 Jun 11:48
10b6154

This is a public release of Spine's bootstrap Gradle plugin.

With this update, the plugin now supports Spine libraries in version 1.8.2.

Please note this plugin is still compatible with Java 8 and Gradle 6.x. This is going to change with the planned Spine 2.0 release bringing the introduction of Java 11 support and the update of the supported Gradle major version.

1.8.0

Choose a tag to compare

@armiol armiol released this 20 Dec 16:57
5f5a9c5

This public release brings the compatibility with the Spine release in version 1.8.0.

1.7.0

Choose a tag to compare

@yuri-sergiichuk yuri-sergiichuk released this 16 Dec 12:36
1eee27f

This release brings the support of Spine components in version 1.7.0.

Dart support

This release brings experimental support for configuring spine-dart and Protobuf code generation for Dart projects.

For the Dart project setup instructions please see #74.

Compare v1.6.0 and v1.7.0.

1.6.0

Choose a tag to compare

@dmitrykuzmin dmitrykuzmin released this 10 Sep 10:28
00a4531

With this release the bootstrap plugin receives support for more automated project configurations [#65].

Library dependencies

It's now possible to add some of the Spine libraries to project dependencies through the API provided by the plugin. This includes:

  • the Google Cloud Datastore storage implementation:
spine.enableJava {
    withDatastore()
}
  • web API library:
spine.enableJava().webServer()
  • web library with integration over the Firebase Realtime Database:
spine.enableJava().firebaseWebServer()

IDEA configuration

If both Bootstrap and the idea plugin are applied, Bootstrap configures the idea plugin, so that the IDE displays sources and generated sources as expected.

Infrastructure

The project build scripts are migrated to Kotlin [#50].

1.5.0

Choose a tag to compare

@armiol armiol released this 09 Mar 14:24
f66800d

This release brings the support of Spine components in version 1.5.0.

1.3.0

Choose a tag to compare

@dmitrykuzmin dmitrykuzmin released this 18 Dec 11:23
0399dbe

A public release of Spine Bootstrap plugin.

1.2.0

Choose a tag to compare

@dmitrykuzmin dmitrykuzmin released this 10 Nov 10:42
eafee55

A public release of Spine Bootstrap plugin.

1.1.2

Choose a tag to compare

@dmitrykuzmin dmitrykuzmin released this 27 Sep 12:54
03a8b0b

A public release of Spine Bootstrap plugin.

The plugin sets up all necessary dependencies and configurations to start building Spine-based projects.