Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Skatteetaten
no.skatteetaten.gradle.aurora
PluginId
Author
no.skatteetaten.gradle.aurora
Owner: Skatteetaten
Gradle plugin to apply Skatteetaten specific settings to java projects
https://github.com/Skatteetaten/aurora-gradle-plugin
Sources: https://github.com/Skatteetaten/aurora-gradle-plugin
Version 4.3.1
4.3.1
Created 01 June 2021.
Gradle plugin to apply Skatteetaten specific settings to java projects
Other versions
- 4.5.19
- 4.5.18
- 4.5.17
- 4.5.16
- 4.5.15
- 4.5.13
- 4.5.12
- 4.5.11
- 4.5.10
- 4.5.9
- 4.5.8
- 4.5.6
- 4.5.4
- 4.5.3
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.25
- 4.4.24
- 4.4.23
- 4.4.22
- 4.4.21
- 4.4.20
- 4.4.19
- 4.4.18
- 4.4.17
- 4.4.16
- 4.4.15
- 4.4.14
- 4.4.13
- 4.4.12
- 4.4.11
- 4.4.10
- 4.4.9
- 4.4.8
- 4.4.6
- 4.4.5
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.24
- 4.3.23
- 4.3.22
- 4.3.21
- 4.3.20
- 4.3.15
- 4.3.14
- 4.3.13
- 4.3.12
- 4.3.11
- 4.3.10
- 4.3.9
- 4.3.8
- 4.3.7
- 4.3.6
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.0
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.1
- 3.6.7
- 3.6.6
- 3.6.5
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.2
- 3.5.1
- 3.4.7
- 3.4.6
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.0
- 3.2.1
- 3.2.0
- 3.1.0
- 3.1.0-rc1
- 3.0.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.1.0-rc7
- 2.1.0-rc6
- 2.1.0-rc5
- 2.1.0-rc4
- 2.1.0-rc3
- 2.1.0-rc2
- 2.1.0-rc1
- 2.0.3-rc10
- 2.0.3-rc9
- 2.0.3-rc8
- 2.0.3-rc7
- 2.0.3-rc6
- 2.0.3-rc5
- 2.0.3-rc4
- 2.0.3-rc3
- 2.0.3-rc2
- 2.0.3-rc1
- 2.0.2
- 2.0.1
- 2.0.0
Using the plugins DSL:
plugins {
id("no.skatteetaten.gradle.aurora") version "4.3.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("no.skatteetaten.aurora.gradle.plugins:aurora-gradle-plugin:4.3.1")
}
}
apply(plugin = "no.skatteetaten.gradle.aurora")
Using the plugins DSL:
plugins {
id "no.skatteetaten.gradle.aurora" version "4.3.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "no.skatteetaten.aurora.gradle.plugins:aurora-gradle-plugin:4.3.1"
}
}
apply plugin: "no.skatteetaten.gradle.aurora"