Skip to content

Commit ae14625

Browse files
committed
chore: Add teavm to publish
1 parent bbc5c6d commit ae14625

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gdxVersion=1.13.0
1515

1616
# Publishing settings
1717
group=com.badlogicgames.gdx-video
18-
version=1.3.4
18+
version=1.3.5
1919
POM_DESCRIPTION=Video extension for libGDX
2020
POM_NAME=GDX-Video
2121
POM_URL=https://github.com/libgdx/gdx-video

publish.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ configure([
55
project(":gdx-video-desktop:gdx-video-lwjgl"),
66
project(":gdx-video-desktop:gdx-video-lwjgl3"),
77
project(":gdx-video-gwt"),
8+
project(":gdx-video-teavm"),
89
project(":gdx-video-robovm")
910
])
1011
{
@@ -18,7 +19,7 @@ configure([
1819
publications {
1920
mavenJava(MavenPublication) {
2021
artifactId = archivesBaseName ?: project.name
21-
22+
2223
//Most normal java projects
2324
if (components.findByName("java") != null)
2425
from components.java

0 commit comments

Comments
 (0)