Skip to content

Commit

Permalink
Tmp fix missing remark dep (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Sep 19, 2024
1 parent 4a0d3ab commit bb63cdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
buildscript {
configurations.all {
resolutionStrategy.dependencySubstitution {
substitute module("com.overzealous:remark:1.1.0") using module("com.wavefront:remark:2023-07.07") because "not available on maven central anymore"
}
}
}

plugins {
id 'one-dark-theme-plugin'
id 'org.jetbrains.intellij' version '1.9.0'
Expand Down

0 comments on commit bb63cdb

Please sign in to comment.