Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base impl #96

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Test building gradle task
- name: Test with Gradle
run: ./gradlew test --parallel

- name: Build with Gradle
run: ./gradlew build --parallel
346 changes: 19 additions & 327 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ dependencies {
// DEPENDENCIES
shadow "com.github.WaterMediaTeam:videolan-natives:$vlcj_natives_version"
shadow "com.github.WaterMediaTeam:ytdl-java:$jyd_version"
shadow "org.apache.commons:commons-compress:$commoncompress_version" // CARRIES 'CODEC', 'LANG3' AND 'COMMONS-IO'
shadow "org.tukaani:xz:$tukaani_version"
shadow "net.sf.sevenzipjbinding:sevenzipjbinding:16.02-2.01"
shadow "net.sf.sevenzipjbinding:sevenzipjbinding-all-platforms:16.02-2.01"
shadow project(":lib-vlcj")

// DEPENDENCIES INCLUDED IN MINECRAFT
Expand Down
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
org.gradle.jvmargs=-Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication -XX:+UnlockExperimentalVMOptions -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
org.gradle.daemon=false
org.gradle.caching=false
org.gradle.parallel=true

systemProp.file.encoding=utf-8

Expand All @@ -14,8 +15,8 @@ id=watermedia
simplename=WaterMedia
brandname=WATERMeDIA
group=me.srrapero720
version=2.0.68
versiontype=release
version=3.0.0-alpha.0
versiontype=alpha
github=WaterMediaTeam/watermedia
modrinthid=watermedia
curseforgeid=869524
Expand Down Expand Up @@ -46,10 +47,10 @@ description=Library with an API using VLC for multimedia integration with Minecr
#### Libraries ####
##################
modloaders_version=1.0.1
fabric_version=0.14.19
fabric_version=0.16.0
forge_version=unknown
jyd_version=3.2.3
vlcj_natives_version=4.8.5
vlcj_natives_version=4.9.0
commoncompress_version=1.26.1
commonslang3_version=3.12.0
commonsio_version=2.7
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading