Skip to content

Commit

Permalink
Migrate to artifactory-authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Liu committed Jul 31, 2023
1 parent 6ad6838 commit 3f2536b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.slack.sgp.intellij
package com.slack.intellij.artifactory

import com.intellij.ide.AppLifecycleListener
import com.intellij.ide.plugins.auth.PluginRepositoryAuthService
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
implementation="com.slack.intellij.artifactory.ArtifactoryPluginRepositoryAuthProvider"/>
<projectConfigurable instance="com.slack.intellij.artifactory.AuthConfig"/>
</extensions>
<applicationListeners>
<listener class="com.slack.intellij.artifactory.RepoAuthHotfix"
topic="com.intellij.ide.AppLifecycleListener"/>
</applicationListeners>
</idea-plugin>
2 changes: 0 additions & 2 deletions skate-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@
<applicationListeners>
<listener class="com.slack.sgp.intellij.ProjectOpenCloseListener"
topic="com.intellij.openapi.project.ProjectManagerListener"/>
<listener class="com.slack.sgp.intellij.RepoAuthHotfix"
topic="com.intellij.ide.AppLifecycleListener"/>
</applicationListeners>
</idea-plugin>

0 comments on commit 3f2536b

Please sign in to comment.