File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ public abstract class dev/adamko/gradle/dev_publish/DevPublishPluginExtension {
3030 public abstract fun getChecksumsStore ()Lorg/gradle/api/file/DirectoryProperty;
3131 public abstract fun getDevMavenRepo ()Lorg/gradle/api/file/DirectoryProperty;
3232 public abstract fun getStagingDevMavenRepo ()Lorg/gradle/api/file/DirectoryProperty;
33- public abstract fun getStagingTestMavenRepo ()Lorg/gradle/api/file/DirectoryProperty;
3433}
3534
3635public abstract class dev/adamko/gradle/dev_publish/data/PublicationData : org/gradle/api/Named {
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ abstract class DevPublishPluginExtension {
2222 */
2323 abstract val stagingDevMavenRepo: DirectoryProperty
2424
25- @Deprecated(" renamed to tempStagingMavenRepo" , ReplaceWith (" stagingDevMavenRepo" ))
26- abstract val stagingTestMavenRepo: DirectoryProperty
27-
2825 /* *
2926 * Location of stored
3027 * [dev.adamko.gradle.dev_publish.data.PublicationData]
You can’t perform that action at this time.
0 commit comments