Skip to content

wurstscript/wurst-project-config

Repository files navigation

wurst-project-config

Shared Java model and parsing helpers for wurst.build.

This library intentionally stays small:

  • Java records for the project DTOs
  • no runtime YAML dependency for the top-level build settings parser
  • shared WC3 patch target parsing for Grill and the compiler
  • lenient parsing: unknown build fields and unsupported legacy values are ignored
  • Java 17 bytecode, built with a Java 17 toolchain

Build

./gradlew test

Publishing

The Gradle maven-publish setup works with JitPack tags:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.wurstscript:wurst-project-config:<tag>'
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages