Skip to content

Commit 95ebb2a

Browse files
committed
Fix gradle error with not being able to find asm
1 parent 4011e53 commit 95ebb2a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.idea/modules/blobsaver.main.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/blobsaver.test.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@
1616
* along with blobsaver. If not, see <https://www.gnu.org/licenses/>.
1717
*/
1818

19-
rootProject.name = 'blobsaver'
19+
pluginManagement {
20+
repositories {
21+
mavenCentral()
22+
gradlePluginPortal()
23+
}
24+
}
2025

26+
rootProject.name = 'blobsaver'

0 commit comments

Comments
 (0)