Skip to content

Commit

Permalink
Replaced deprecated jcenter with gradlePluginPortal repository (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish authored Sep 3, 2024
1 parent afe2d2d commit 998107a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion org.eclipse.buildship.site/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ apply plugin: eclipsebuild.UpdateSitePlugin
apply plugin: 'org.hidetake.ssh'

buildscript {
repositories { jcenter() }
repositories {
gradlePluginPortal()
}
dependencies {
classpath 'org.hidetake:gradle-ssh-plugin:2.10.1'
}
Expand Down

0 comments on commit 998107a

Please sign in to comment.