File tree 3 files changed +0
-3
lines changed
jupyter-lib/shared-compiler/src/main/kotlin/org/jetbrains/kotlinx/jupyter/config
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ and try again.
108
108
### Default repositories
109
109
110
110
The following maven repositories are included by default:
111
- - [ Bintray JCenter] ( https://jcenter.bintray.com )
112
111
- [ Maven Central] ( https://repo.maven.apache.org/maven2 )
113
112
- [ JitPack] ( https://jitpack.io/ )
114
113
Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ and try again.
109
109
### Default repositories
110
110
111
111
The following maven repositories are included by default:
112
- - [ Bintray JCenter] ( https://jcenter.bintray.com )
113
112
- [ Maven Central] ( https://repo.maven.apache.org/maven2 )
114
113
- [ JitPack] ( https://jitpack.io/ )
115
114
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package org.jetbrains.kotlinx.jupyter.config
3
3
import kotlin.script.experimental.dependencies.RepositoryCoordinates
4
4
5
5
val defaultRepositories = arrayOf(
6
- " https://jcenter.bintray.com/" ,
7
6
" https://repo.maven.apache.org/maven2/" ,
8
7
" https://jitpack.io/" ,
9
8
).map(::RepositoryCoordinates )
You can’t perform that action at this time.
0 commit comments