com.ldtteam.tableau
                  Owner:
                  
                    
                    LDTTeam
                  
                
This plugin enables the use of Tableau. The LDTTeams Minecraft mod management plugin!
Sources: https://github.com/ldtteam/Tableau.git
Version 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:
- 
                Adding the plugin to build logic for usage in precompiled script plugins.See the relevant documentation for more information. Add this plugin as a dependency to <convention-plugins-build>/build.gradle(.kts):dependencies { implementation("com.ldtteam.tableau:com.ldtteam.tableau.gradle.plugin:0.0.31") }It can then be applied in the precompiled script plugin:plugins { id("com.ldtteam.tableau") }
- 
                The legacy method of plugin application.See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.ldtteam.tableau:com.ldtteam.tableau.gradle.plugin:0.0.31") } } apply(plugin = "com.ldtteam.tableau")
- Applying plugins to all subprojects .