projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3022246
)
💚 Use https for custom repository, move after Maven Central
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 16 Jun 2019 09:50:13 +0000
(11:50 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 16 Jun 2019 09:51:15 +0000
(11:51 +0200)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
45012bd
..
b71eb5d
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-14,8
+14,8
@@
buildscript {
}
repositories {
- maven { url "http://maven.pterodactylus.net/" }
mavenCentral()
+ maven { url "https://maven.pterodactylus.net/" }
}
apply plugin: 'java'