Skip to content

Commit

Permalink
Tmp fix missing remark dep
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Sep 13, 2024
1 parent 4a0d3ab commit 67e2b34
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 67e2b34

Please sign in to comment.