mirror of
https://github.com/SpencerPark/IJava.git
synced 2025-04-18 12:26:09 +00:00
Update installer plugin version to 2.0.0
This commit is contained in:
parent
9de170663f
commit
d29537d3d3
10
build.gradle
10
build.gradle
@ -2,7 +2,7 @@ plugins {
|
||||
id 'java'
|
||||
id 'maven-publish'
|
||||
id('com.github.hierynomus.license') version '0.14.0'
|
||||
id('io.github.spencerpark.jupyter-kernel-installer') version '1.1.8'
|
||||
id('io.github.spencerpark.jupyter-kernel-installer') version '2.0.0'
|
||||
id('com.github.jk1.dependency-license-report')
|
||||
}
|
||||
|
||||
@ -16,6 +16,7 @@ version = '1.1.2'
|
||||
|
||||
wrapper {
|
||||
gradleVersion = '4.8.1'
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
}
|
||||
|
||||
// Add the license header to source files
|
||||
@ -67,7 +68,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
shade group: 'io.github.spencerpark', name: 'jupyter-jvm-basekernel', version: '2.2.2'
|
||||
shade group: 'io.github.spencerpark', name: 'jupyter-jvm-basekernel', version: '2.2.3-SNAPSHOT'
|
||||
|
||||
shade group: 'org.jboss.shrinkwrap.resolver', name: 'shrinkwrap-resolver-impl-maven', version: '3.1.3'
|
||||
|
||||
@ -138,6 +139,11 @@ jupyter {
|
||||
}
|
||||
}
|
||||
|
||||
installKernel {
|
||||
//pythonExecutable = 'python'
|
||||
kernelInstallPath = commandLineSpecifiedPath(userInstallPath)
|
||||
}
|
||||
|
||||
zipKernel {
|
||||
installers {
|
||||
with 'python'
|
||||
|
Loading…
x
Reference in New Issue
Block a user