Adjusted buildsettings
This commit is contained in:
parent
0ff3987f8d
commit
eb46a1ad47
4
.gitignore
vendored
4
.gitignore
vendored
@ -20,4 +20,6 @@ gradle-app.setting
|
||||
# JDT-specific (Eclipse Java Development Tools)
|
||||
.classpath
|
||||
|
||||
.vscode
|
||||
bin
|
||||
.settings
|
||||
.vscode
|
||||
|
@ -32,5 +32,5 @@ java {
|
||||
|
||||
application {
|
||||
// Define the main class for the application.
|
||||
mainClass = 'org.barink.App'
|
||||
mainClass = 'org.barink.Lox'
|
||||
}
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
@ -11,4 +11,4 @@ plugins {
|
||||
}
|
||||
|
||||
rootProject.name = 'lox'
|
||||
include('app')
|
||||
include('App')
|
||||
|
Loading…
Reference in New Issue
Block a user