You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: librarian-core/api/librarian-core.api
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ public final class com/gradleup/librarian/core/tooling/init/MetadataKt {
163
163
}
164
164
165
165
public final class com/gradleup/librarian/core/tooling/init/ProjectKt {
166
-
public static final fun getKotlinPluginVersion ()Ljava/lang/String;
166
+
public static final fun getLibrarianKotlinPluginVersion ()Ljava/lang/String;
167
167
public static final fun initProject (Ljava/nio/file/Path;ZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/gradleup/librarian/core/tooling/GitHubRepository;Z)V
168
168
public static final fun writeBinaryTo ([BLjava/nio/file/Path;)V
@@ -25,7 +25,7 @@ internal fun Project.configureBcv(properties: Properties?) {
25
25
}
26
26
} else {
27
27
if (properties !=null&& properties.get("bcv.warn") !="false") {
28
-
println("Librarian: BCV is only configured by default if using KGP 2.2+ (currently detected is '$kotlinPluginVersion'). Set bcv.warn=false in your librarian.root.properties file to remove this warning.")
28
+
println("Librarian: BCV is only configured by default if using KGP 2.2+ (currently detected is '$librarianKotlinPluginVersion'). Set bcv.warn=false in your librarian.root.properties file to remove this warning.")
0 commit comments