Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Lars Grefer
io.freefair.lombok
PluginId
Author
io.freefair.lombok
Owner: Lars Grefer
Automatic lombok and delombok configuration
Version 2.5.0-rc1
2.5.0-rc1
Created 25 May 2018.
Automatic lombok and delombok configuration
Other versions
- 8.11
- 8.10.2
- 8.10
- 8.7.1
- 8.6
- 8.4
- 8.3
- 8.2.2
- 8.2.1
- 8.2.0
- 8.1.0
- 8.0.1
- 8.0.0
- 8.0.0-rc4
- 8.0.0-rc3
- 8.0.0-rc2
- 8.0.0-rc1
- 6.6.3
- 6.6.2
- 6.6.1
- 6.6
- 6.6-rc1
- 6.5.1
- 6.5.0.3
- 6.5.0.2
- 6.5.0.1
- 6.5.0
- 6.5.0-rc1
- 6.4.3.1
- 6.4.3
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.0
- 6.3.0-rc1
- 6.2.0
- 6.1.0
- 6.1.0-m3
- 6.1.0-m2
- 6.1.0-m1
- 6.0.0-m2
- 6.0.0-m1
- 5.3.3.3
- 5.3.3.2
- 5.3.2
- 5.3.0
- 5.2.1
- 5.2
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- 5.0.0-rc6
- 5.0.0-rc4
- 5.0.0-rc2
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.8.4
- 3.8.3
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.5
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 3.6.6
- 3.6.4
- 3.6.1
- 3.5.4
- 3.5.2
- 3.5.1
- 3.4.0
- 3.3.1
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 3.0.0-rc.10.1
- 3.0.0-rc.10
- 3.0.0-rc.9
- 3.0.0-rc.8
- 3.0.0-rc.7
- 3.0.0-rc.3
- 3.0.0-rc.2
- 3.0.0-rc.1
- 2.9.5
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.5
- 2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7
- 2.6
- 2.5.11
- 2.5.9
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.0
- 2.5.0-rc3
- 2.5.0-rc2
- 2.4.3
- 2.4.2
- 2.4.1
Using the plugins DSL:
plugins {
id("io.freefair.lombok") version "2.5.0-rc1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.freefair.gradle:lombok-plugin:2.5.0-rc1")
}
}
apply(plugin = "io.freefair.lombok")
Using the plugins DSL:
plugins {
id "io.freefair.lombok" version "2.5.0-rc1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.freefair.gradle:lombok-plugin:2.5.0-rc1"
}
}
apply plugin: "io.freefair.lombok"