Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
luyu-chain33-plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
luyu-chain33-plugin
Commits
09f02eaf
Commit
09f02eaf
authored
Dec 09, 2021
by
suyanlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dep and plugin
parent
013b0479
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
9 deletions
+13
-9
Makefile
Makefile
+3
-3
build.sbt
build.sbt
+3
-4
Dependencies.scala
project/Dependencies.scala
+6
-2
plugins.sbt
project/plugins.sbt
+1
-0
No files found.
Makefile
View file @
09f02eaf
build
:
@
sbt compile
assembly
:
sbt assembly
run
:
sbt run
assembly
:
#sbt assembly
package
:
@
sbt package
docker
:
clean
:
@
sbt clean
...
...
build.sbt
View file @
09f02eaf
import
Dependencies._
import
Version._
import
sbt.Keys._
ThisBuild
/
scalaVersion
:=
"2.12.8"
ThisBuild
/
version
:=
"0.1.0-SNAPSHOT"
ThisBuild
/
organization
:=
"com.chain33"
ThisBuild
/
organizationName
:=
"luyu-chain33"
resolvers
+=
"Sonatype Releases"
at
"https://oss.sonatype.org/content/repositories/releases/"
resolvers
+=
"Sonatype s01 Releases"
at
"https://s01.oss.sonatype.org/content/repositories/snapshots/"
resolvers
+=
"aliyun public Releases"
at
"https://maven.aliyun.com/nexus/content/groups/public/"
resolvers
+=
"aliyun jcenter Releases"
at
"https://maven.aliyun.com/nexus/content/repositories/jcenter"
resolvers
+=
Resolver
.
url
(
"bintray-sbt-plugins"
,
url
(
"https://dl.bintray.com/sbt/sbt-plugin-releases"
))(
Resolver
.
ivyStylePatterns
)
lazy
val
root
=
(
project
in
file
(
"."
))
.
settings
(
...
...
project/Dependencies.scala
View file @
09f02eaf
import
sbt._
object
Dependencies
{
val
AkkaVersion
=
"2.6.8"
val
AkkaHttpVersion
=
"10.2.7"
lazy
val
scalaTest
=
"org.scalatest"
%%
"scalatest"
%
"3.0.5"
lazy
val
utilCore
=
"com.twitter"
%%
"util-core"
%
"21.11.0"
lazy
val
akka
=
"com.typesafe.akka"
%%
"akka-http"
%
"10.1.5"
// lazy val chain33_sdk_java = RootProject(uri("https://github.com/33cn/chain33-sdk-java.git#1.0.15"))
}
object
Version
{
lazy
val
AkkaVersion
=
"2.6.8"
lazy
val
AkkaHttpVersion
=
"10.2.7"
}
\ No newline at end of file
project/plugins.sbt
View file @
09f02eaf
...
...
@@ -12,3 +12,4 @@
//addSbtPlugin("com.githu.mpeltonen" % "sbt-idea" % "1.2.0")
addSbtPlugin
(
"org.jetbrains"
%%
"sbt-idea-plugin"
%
"3.13.4"
)
addSbtPlugin
(
"org.scalameta"
%
"sbt-scalafmt"
%
"2.4.3"
)
addSbtPlugin
(
"com.eed3si9n"
%
"sbt-assembly"
%
"1.1.0"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment