Skip to content

ahakanbaba/simple-scala-gradle-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Scala Gradle Project

In this project we build a simple scala application using gradle

Compile

./gradlew build

Run

scala -cp build/libs/simple-scala-gradle-project.jar  example.Main

Note: The scala interpreter needs to have the same version as the scala version mentioned in the build.gradle file

Test

./gradlew test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages