Search Gradle plugins

com.ldtteam.tableau

Owner: LDTTeam

This plugin enables the use of Tableau. The LDTTeams Minecraft mod management plugin!

https://tableau.ldtteam.com

Sources: https://github.com/ldtteam/Tableau.git

Version 0.0.31

0.0.31

Created 29 November 2024.

This plugin enables the use of Tableau. The LDTTeams Minecraft mod management plugin!

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.ldtteam.tableau") version "0.0.31"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.ldtteam.tableau:bootstrap:0.0.31")
      }
    }
    
    apply(plugin = "com.ldtteam.tableau")
  • Applying plugins to all subprojects .