Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.13 - autoclosed #76

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=3.0.2-SNAPSHOT
projectVersion=4.0.0-SNAPSHOT
grailsVersion=6.1.0
grailsGradlePluginVersion=6.1.1
groovyVersion=3.0.11
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.gradle.enterprise" version "3.16.2"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.12.1'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.13'
}

gradleEnterprise {
Expand Down
Loading