Search Gradle plugins

Version 2024.1.17 (latest)

2024.1.17

Created 17 January 2024.

Code generator that translates SQL to Java

Add this plugin to your build using the plugins DSL:

plugins {
  id("wtf.metio.yosql") version "2024.1.17"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("wtf.metio.yosql.tooling.gradle:yosql-tooling-gradle:2024.1.17")
      }
    }
    
    apply(plugin = "wtf.metio.yosql")
  • Applying plugins to all subprojects .